fix(DB/GO): move termite mound to the ground (#7000)
This commit is contained in:
parent
5368da64e0
commit
d5eb4c70c3
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626478998978263400');
|
||||
|
||||
-- Move Termite Mound to the ground
|
||||
UPDATE `gameobject` SET `position_z` = 145.3 WHERE `id` = 177464 AND `guid` = 45874;
|
||||
Loading…
Add table
Add a link
Reference in a new issue