DB/GameObject: Fix some wrong phases

This commit is contained in:
Killyana
2018-04-16 00:41:46 +02:00
parent a12b97ca1f
commit 299a66eb33
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `gameobject` SET `PhaseId`=169 WHERE `PhaseId` IN (5338,6348) AND `map`=646;