fix(DB/Creature) Set right Phasemask for two Scarlet Crusaders. (#23024)
This commit is contained in:
parent
41efc22bf4
commit
ef2f9e0ace
1 changed files with 3 additions and 0 deletions
3
data/sql/updates/pending_db_world/Crusader_pm.sql
Normal file
3
data/sql/updates/pending_db_world/Crusader_pm.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
-- Remove Phase Mask 1 and add Phasemask 2.
|
||||
UPDATE `creature` SET `phaseMask` = `phaseMask` &~1 | 2 WHERE `id1` = 28529 AND `guid` IN (128641,128697);
|
||||
Loading…
Add table
Add a link
Reference in a new issue