From 7a5876526da7c7054d59e210704c884a06e5582d Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Tue, 9 Jun 2020 20:38:00 +0300 Subject: [PATCH] test --- WeakAuras/Prototypes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index ce222b2..96c2f30 100644 --- a/WeakAuras/Prototypes.lua +++ b/WeakAuras/Prototypes.lua @@ -623,6 +623,7 @@ function WeakAuras.IsSpellKnown(spell, pet) end return IsSpellKnown(spell); end + return false end function WeakAuras.IsSpellKnownIncludingPet(spell)