From f2c351158b527b3dc8493cf1edd841ddad2de579 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Sun, 28 May 2017 11:43:08 +0100 Subject: DB/SAI: Add some missing charmed flags DB/SAI: Add missing charmed flags to blight geists which is required for when they are charmed as part of it roll's downhill. --- sql/updates/world/3.3.5/2017_05_28_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_05_28_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_05_28_00_world.sql b/sql/updates/world/3.3.5/2017_05_28_00_world.sql new file mode 100644 index 00000000000..964970806f3 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_05_28_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`=28750 AND `source_type`=0 AND `id` IN(0,2,4); +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`=2875000 AND `source_type`=9; -- cgit v1.2.3