aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2016-09-30 14:07:00 +0100
committerjoschiwald <joschiwald.trinity@gmail.com>2017-03-04 19:01:43 +0100
commitd6452bda4fce9a0bbe70e2b8f19251620bec58ab (patch)
tree04079af5cafce8c9e728d9a9832a2ff3cafa29a9
parent4f34c8c5636275ec512622f2e068f02043e02ad9 (diff)
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)
-rw-r--r--sql/updates/world/master/2017_03_04_08_world_2016_09_30_01_world.sql2
1 files changed, 2 insertions, 0 deletions
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;