Skip to content

Commit

Permalink
Update [5306] ...
Browse files Browse the repository at this point in the history
wrongly removed mailbox readded

Co-Authored-By: AnonXS <[email protected]>
  • Loading branch information
Grz3s and AnonXS committed Dec 7, 2024
1 parent beee50c commit 6a184ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Updates/5306_silvermoon_fixes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ UPDATE `gameobject_template` SET `faction` = 1735 WHERE `entry` = 187390; -- Gui


-- missing objects (2 deleted guids reused)
DELETE FROM `gameobject` WHERE `guid` IN (23477, 23478);
DELETE FROM `gameobject` WHERE `guid` IN (23477, 23478, 26174);
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`) VALUES
(23477, 195142, 530, 1, 1, 9984.0263671875, -7108.4306640625, 47.70493698120117187, 0, 0, 0, 0, 1, 180, 180),
(23478, 175746, 530, 1, 1, 9557.1669921875, -7210.3427734375, 27.150146484375, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 120);

(23478, 175746, 530, 1, 1, 9557.1669921875, -7210.3427734375, 27.150146484375, 4.607671737670898437, 0, 0, -0.74314403533935546, 0.669131457805633544, 120, 120),
(26174, 185471, 530, 1, 1, 9552.08, -7180.93, 14.0837, 4.7473, 0, 0, -0.694657, 0.719341, 180, 180);

0 comments on commit 6a184ce

Please sign in to comment.