diff MyLilPony.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 af32bee5a3d1
children 22011265a16f
line wrap: on
line diff
--- a/MyLilPony.lua	Wed Aug 29 00:50:34 2012 -0400
+++ b/MyLilPony.lua	Thu Sep 20 01:28:44 2012 -0400
@@ -90,9 +90,9 @@
         end
     end
     
-    -- player is swimming in Vash'jir
-    if IsSwimming() and (zone == "Shimmering Expanse" or zone == "Kelp'thar Forest" or zone == "Abyssal Depths") then
-        -- normal behaviour in Vash'jir is to call the Abyssal Seahorse
+    -- player is swimming in Vashj'ir
+    if IsSwimming() and (zone == "Shimmering Expanse" or zone == "Kelp'thar Forest" or zone == "Abyssal Depths" or zone == "Ruins of Vashj'ir" or zone == "Beth'mora Ridge" or zone == "The Undershell") then
+        -- normal behaviour in Vashj'ir is to call the Abyssal Seahorse
         -- modified behaviour is to attempt flight (i.e. you're at the surface)
         if not IsModifierKeyDown() and MyLilPony.CallMountByName("Abyssal Seahorse") then
             return;