mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Spawns: fix ICC Runeforge (missing spellfocus)
(cherry picked from commit 81dc41a4a5)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `gameobject` WHERE `id` = 190557 AND `map` = 631;
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
|
||||
(1498,190557,631,0,0,'3,4,5,6',0,-59.4583,2157.47,30.6542,2.75761,0,0,0,1,6000,100,1,0);
|
||||
Reference in New Issue
Block a user