# HG changeset patch # User syzler # Date 1302965267 0 # Node ID b7966675a105394798ef4ecb0da5f6713195f792 # Parent 392cb2bd6e58e9a3333bf30874535b2fc426dfbb Fixed a bug when automounting in AQ40 diff -r 392cb2bd6e58 -r b7966675a105 MyLilPony.lua --- a/MyLilPony.lua Sun Apr 10 16:06:15 2011 +0000 +++ b/MyLilPony.lua Sat Apr 16 14:47:47 2011 +0000 @@ -76,8 +76,8 @@ -- player is in Temple of Ahn'Qiraj (AQ40) if zone == "Ahn'Qiraj" then - if not IsModifierKeyDown() and MyLilPony.CallMountByRegex("Qiraji Battle Tank") then - return + if not IsModifierKeyDown() and MyLilPony.CallMountByPattern("Qiraji Battle Tank") then + return; end end