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 e4bbde02d2)
This commit is contained in:
Dr-J
2016-09-30 14:07:00 +01:00
committed by joschiwald
parent 4f34c8c563
commit d6452bda4f

View File

@@ -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;