mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
DB/Gameobject: Fix Forge in Telaar
Closes #16550
(cherry picked from commit bc94bbb651)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `guid`=5537;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `spawntimesecs`, `state`) VALUES
|
||||
(5537,4090,530,-2518.51001,7360.100098,10.6223,120,1);
|
||||
Reference in New Issue
Block a user