fix(DB/Creature) Set right Phasemask for two Scarlet Crusaders. (#23024)

This commit is contained in:
Rocco Silipo 2025-09-26 15:32:17 +02:00 committed by GitHub
parent 41efc22bf4
commit ef2f9e0ace
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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);