mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Gameobject: Fix spawn position of Ooze Covered Mithril Deposit
Closes #25509
This commit is contained in:
2
sql/updates/world/3.3.5/2020_10_03_02_world_335.sql
Normal file
2
sql/updates/world/3.3.5/2020_10_03_02_world_335.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `map` = 1, `position_x` = -5357, `position_y` = 72.272 WHERE `guid` = 15430 AND `id` = 123310;
|
||||
Reference in New Issue
Block a user