Mercurial > wow > mylilpony
comparison MyLilPony.lua @ 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 | 21764271e02f |
children | b7966675a105 |
comparison
equal
deleted
inserted
replaced
16:452b804e6241 | 17:392cb2bd6e58 |
---|---|
195 MyLilPony.Print(" /mylilpony exact <NAME> - Summons mount by exact name"); | 195 MyLilPony.Print(" /mylilpony exact <NAME> - Summons mount by exact name"); |
196 MyLilPony.Print(" /mylilpony <ID> - Summons mount by spell or creature ID"); | 196 MyLilPony.Print(" /mylilpony <ID> - Summons mount by spell or creature ID"); |
197 MyLilPony.Print(" /mylilpony <NAME> - Summons random mount matching name"); | 197 MyLilPony.Print(" /mylilpony <NAME> - Summons random mount matching name"); |
198 end | 198 end |
199 end | 199 end |
200 | |
201 MyLilPony.OnLoad(); |