From 35a9767f74a1baf6fc5a405948262a07261bfb11 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Wed, 14 May 2014 00:36:58 +0000 Subject: [PATCH] Fix call to UpdateSpell() method that broke updating pet spells. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1434 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvaleSpellBook.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvaleSpellBook.lua b/OvaleSpellBook.lua index dbf890a..aa5227c 100644 --- a/OvaleSpellBook.lua +++ b/OvaleSpellBook.lua @@ -103,7 +103,7 @@ end -- Update spells if the player's pet is summoned or dismissed. function OvaleSpellBook:UNIT_PET(unitId) if unitId == "player" then - UpdateSpells() + self:UpdateSpells() end end -- 1.7.9.5