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:
syssneck
2021-10-11 00:05:36 +02:00
committed by GitHub
parent 091f8d7145
commit dd967a9d5e

View File

@@ -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;