Mercurial > wow > mylilpony
diff libMyLilPony/libMyLilPony_mountData.lua @ 48:83e9649a6606 1.1.7
Fixed Abyssal Seahorse mounting in certain subzones of Vashj'ir
author | syzler |
---|---|
date | Thu, 20 Sep 2012 01:28:44 -0400 |
parents | 557e3ae881ce |
children | 64e8f8e5fa41 |
line wrap: on
line diff
--- a/libMyLilPony/libMyLilPony_mountData.lua Wed Aug 29 00:50:34 2012 -0400 +++ b/libMyLilPony/libMyLilPony_mountData.lua Thu Sep 20 01:28:44 2012 -0400 @@ -151,9 +151,9 @@ return entry ~= nil and string.match(entry, "Q"); end ---- Checks whether or not the specified spell ID is a Vash'jir mount. +--- Checks whether or not the specified spell ID is a Vashj'ir mount. -- @param spellId The spell ID of the mount to be checked. --- @return A Boolean value indicating whether or not the specified spell is a Vash'jir mount. +-- @return A Boolean value indicating whether or not the specified spell is a Vashj'ir mount. function MyLilPony.IsVashjirMount(spellId) local entry = MyLilPony_Mounts[spellId]; return entry ~= nil and string.match(entry, "V");