fix(DB/Object): Repositioning a Copper Vein (#8188)
* fix(DB/Creature): Decreases the respawntime for Garrick Padfoot * Delete rev_1630089240125826910.sql * fix(DB/GO): Repositioning a Copper Vein
This commit is contained in:
parent
091f8d7145
commit
dd967a9d5e
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633073530324719639');
|
||||
|
||||
-- Slightly changes the position of a Copper Ore that was unreachable
|
||||
UPDATE `gameobject` SET `position_x` = -5632, `position_y` = -1752, `position_z` = 357.2 WHERE `id` = 1731 AND `guid` = 73532;
|
||||
Loading…
Add table
Add a link
Reference in a new issue