DB/Creature: Remove wrong SAI from guards

Closes #23824

(cherry picked from commit 176f51d1e8)
This commit is contained in:
ForesterDev
2019-09-26 17:43:26 +02:00
committed by Shauren
parent 5d2b37634b
commit 7da053be66

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (68,1756,1976,3296,14304) AND `source_type`=0 AND `id` = 0;
DELETE FROM `conditions` WHERE `SourceEntry` IN (68,1756,1976,3296,14304) AND `SourceTypeOrReferenceId` = 22;