mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/Creature) Set right Phasemask for two Scarlet Crusaders. (#23024)
This commit is contained in:
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);
|
||||||
Reference in New Issue
Block a user