From 068ade35b648b021cce84011bc5016fa9051daab Mon Sep 17 00:00:00 2001 From: Dr-J Date: Wed, 21 Sep 2016 22:41:59 +0100 Subject: DB/Quest: Steamtank Suprise event flags again --- sql/updates/world/3.3.5/2016_09_21_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_21_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_09_21_04_world.sql b/sql/updates/world/3.3.5/2016_09_21_04_world.sql new file mode 100644 index 00000000000..0587b286081 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_21_04_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`=27587 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`=2758700 AND `source_type`=9; -- cgit v1.2.3