fix(DB/GO): correct ground position for Cluster Launchers (#10197)
- Closes #10086
This commit is contained in:
parent
378539ce7f
commit
46316bfdaa
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642322992276769800');
|
||||
|
||||
UPDATE `gameobject` SET `position_z`=458.51 WHERE `guid`=230;
|
||||
UPDATE `gameobject` SET `position_z`=460.87 WHERE `guid`=231;
|
||||
Loading…
Add table
Add a link
Reference in a new issue