fix(DB/Gameobject): fix phaseMask of two 'Bench' spawns (#18541)
fix(DB/Gameobject): fix phaseMask of two 'heyitsbench' spawns
This commit is contained in:
parent
447fcbe99e
commit
fbfa2c21f3
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- fix phaseMask of two 'Bench' spawns
|
||||
UPDATE `gameobject` SET `phaseMask` = 2 WHERE (`guid` IN (57773, 57784));
|
||||
Loading…
Add table
Add a link
Reference in a new issue