From c68f72c7612c89eded73d1bcdacb25292180938a Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 30 Dec 2016 09:12:15 +0100 Subject: DB/SAI: Fix event flag for Ethereal Sorcerer Ref #18659 --- sql/updates/world/3.3.5/2016_12_30_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_12_30_03_world.sql diff --git a/sql/updates/world/3.3.5/2016_12_30_03_world.sql b/sql/updates/world/3.3.5/2016_12_30_03_world.sql new file mode 100644 index 00000000000..329dcbc2408 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_30_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=2 WHERE `entryorguid`=18313 AND `source_type`=0 AND `id`=2; +UPDATE `smart_scripts` SET `event_flags`=4 WHERE `entryorguid`=18313 AND `source_type`=0 AND `id`=3; -- cgit v1.2.3