From 895265f86dfc9dd4429e33b6f65e376ed9200340 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 (cherry picked from commit c68f72c7612c89eded73d1bcdacb25292180938a) --- sql/updates/world/master/2018_03_17_39_world_2016_12_30_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2018_03_17_39_world_2016_12_30_03_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2018_03_17_39_world_2016_12_30_03_world.sql b/sql/updates/world/master/2018_03_17_39_world_2016_12_30_03_world.sql new file mode 100644 index 00000000000..329dcbc2408 --- /dev/null +++ b/sql/updates/world/master/2018_03_17_39_world_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