mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user