From d6452bda4fce9a0bbe70e2b8f19251620bec58ab Mon Sep 17 00:00:00 2001 From: Dr-J Date: Fri, 30 Sep 2016 14:07:00 +0100 Subject: [PATCH] DB/Misc: Charmed flags Fix charmed flags for npcs involved with * Basic Chemistry * Killing two scourge with one skeleton * Army of the Damned (cherry picked from commit e4bbde02d2d1c9facc7e6f77210f154321295342) --- .../world/master/2017_03_04_08_world_2016_09_30_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_03_04_08_world_2016_09_30_01_world.sql diff --git a/sql/updates/world/master/2017_03_04_08_world_2016_09_30_01_world.sql b/sql/updates/world/master/2017_03_04_08_world_2016_09_30_01_world.sql new file mode 100644 index 00000000000..830b9c17697 --- /dev/null +++ b/sql/updates/world/master/2017_03_04_08_world_2016_09_30_01_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`IN(3244500,3244501,3244502,3244503) AND `source_type`=9; +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`IN(32445,31048,31276,31268) AND `source_type`=0;