fix(DB/SAI): Mosh'Ogg Witch Doctor SAI fix (#16742)

* fix(db/scripts): Mosh'Ogg Witch Doctor SAI fix

* Update rev_1689122352995380700.sql - spacing
This commit is contained in:
neifion-00000000
2023-07-12 16:28:52 -05:00
committed by GitHub
parent 5aa44033ab
commit 3215aa23ac

View File

@@ -0,0 +1,3 @@
-- Mosh'Ogg Witch Doctor SAI flag correction
UPDATE `smart_scripts` SET `event_flags`=0 WHERE `entryorguid`=1144 AND `source_type`=0 AND `id`=0 AND `link`=0;
UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid`=1144 AND `source_type`=0 AND `id`=1 AND `link`=0;