fix(DB/SunwellPlateau) M'uru should Hard Reset. (#21791)
This commit is contained in:
parent
242311b7b1
commit
c528ce61cd
1 changed files with 3 additions and 0 deletions
3
data/sql/updates/pending_db_world/M'uru_extra_flags.sql
Normal file
3
data/sql/updates/pending_db_world/M'uru_extra_flags.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
-- Add Hard Reset Extra Flag
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|2147483648 WHERE `entry` IN (25741);
|
||||
Loading…
Add table
Add a link
Reference in a new issue