# HG changeset patch # User syzler # Date 1425755810 18000 # Node ID e15807a7d9b507c6ff806c5bd159f86d6c53429a # Parent 64e8f8e5fa41c94424850dac8233dbf49a805d0a Fixed Vashj'ir smart mount (Abyssal Seahorse was renamed) diff -r 64e8f8e5fa41 -r e15807a7d9b5 MyLilPony.lua --- a/MyLilPony.lua Sat Mar 07 14:15:17 2015 -0500 +++ b/MyLilPony.lua Sat Mar 07 14:16:50 2015 -0500 @@ -1,4 +1,4 @@ --- Copyright (c) 2011, Syzler +-- Copyright (c) 2015, Syzler -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -94,7 +94,7 @@ 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 + if not IsModifierKeyDown() and MyLilPony.CallMountBySpell(75207) then return; elseif MyLilPony.CanFlyHere() and MyLilPony.CallFlyingMount() then return; diff -r 64e8f8e5fa41 -r e15807a7d9b5 readme.txt --- a/readme.txt Sat Mar 07 14:15:17 2015 -0500 +++ b/readme.txt Sat Mar 07 14:16:50 2015 -0500 @@ -1,4 +1,4 @@ -Copyright (c) 2012, Syzler +Copyright (c) 2015, Syzler All rights reserved. Redistribution and use in source and binary forms, with or without