mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user