Mercurial > wow > mylilpony
changeset 17:392cb2bd6e58
Dropped the frame xml file as there was nothing of consequence in it anyway.
author | syzler |
---|---|
date | Sun, 10 Apr 2011 16:06:15 +0000 |
parents | 452b804e6241 |
children | b7966675a105 |
files | MyLilPony.lua MyLilPony.toc MyLilPony.xml |
diffstat | 3 files changed, 2 insertions(+), 50 deletions(-) [+] |
line wrap: on
line diff
--- a/MyLilPony.lua Sun Apr 10 07:36:02 2011 +0000 +++ b/MyLilPony.lua Sun Apr 10 16:06:15 2011 +0000 @@ -197,3 +197,5 @@ MyLilPony.Print(" /mylilpony <NAME> - Summons random mount matching name"); end end + +MyLilPony.OnLoad();
--- a/MyLilPony.toc Sun Apr 10 07:36:02 2011 +0000 +++ b/MyLilPony.toc Sun Apr 10 16:06:15 2011 +0000 @@ -13,4 +13,3 @@ # MyLilPony MyLilPony.lua -MyLilPony.xml
--- a/MyLilPony.xml Sun Apr 10 07:36:02 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,49 +0,0 @@ -<!-- - Copyright (c) 2011, Syzler - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - * Neither the name of the MyLilPony Project nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, - BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER - CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN - ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. ---> -<!-- - -- Project: MyLilPony - -- Project Version: @project-version@ - -- Last Author: @file-author@ - -- Last Updated: @file-date-iso@ - -- - -- Trigger load frame ---> -<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ -..\FrameXML\UI.xsd"> - <Frame name="MyLilPonyFrame" hidden="false"> - <Scripts> - <OnLoad> - MyLilPony.OnLoad(); - </OnLoad> - </Scripts> - </Frame> -</Ui>