Core/Combat: Disable triggers entering combat (#25086)
* Core/Combat: Disable triggers entering combat * Move check to database flags_extra flag in creature_template with value 0x00002000 * Fix Rotface puddle stalker too * Rename 9999_99_99_99_world.sql to 2020_07_22_00_world.sql (cherry picked from commit 6440c3bcac85a40de5c34aef1d8a8856966cc140)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE creature_template SET flags_extra = flags_extra | 0x00002000 /* CREATURE_FLAG_EXTRA_NO_COMBAT */ WHERE entry IN
|
||||
(37744 -- ICC Frost Freeze Trap
|
||||
,37013 -- ICC Rotface Puddle Stalker
|
||||
);
|
||||
Reference in New Issue
Block a user