mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user