Skip to content

Commit

Permalink
Update 20230729171655_world.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
NickTyrer authored Jul 31, 2023
1 parent b14e8e3 commit 627e47e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql/migrations/20230729171655_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ DELETE FROM `pool_gameobject` WHERE `guid` IN (129);
DELETE FROM `gameobject` WHERE `guid` IN (25981, 25918, 25962, 25972, 55363);
DELETE FROM `pool_gameobject` WHERE `guid` IN (25981, 25918, 25962, 25972, 55363);

-- Add Missing Wanted: Hogger Sign
INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`, `spawn_flags`, `visibility_mod`, `patch_min`, `patch_max`) VALUES
(502, 156561, 0, -9750.33, 682.773, 27.071, 3.86591, -0.042439, 0.0258846, -0.934402, 0.352734, 180, 180, 100, 1, 0, 0, 0, 10);
INSERT INTO `gameobject_questrelation` (`id`, `quest`, `patch_min`, `patch_max`) VALUES
(156561, 176, 0, 10);


-- End of migration.
END IF;
Expand Down

0 comments on commit 627e47e

Please sign in to comment.