Skip to content

Commit

Permalink
Update [5672][TDB]..
Browse files Browse the repository at this point in the history
dberror corrected

Co-Authored-By: NeatElves <[email protected]>
  • Loading branch information
Grz3s and NeatElves committed Feb 23, 2025
1 parent dfff7a7 commit 4915602
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Updates/5672_TDB-0549_uruson_waypoints.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `position_x`, `positio

DELETE FROM `creature_movement_template` WHERE entry = 14428;
INSERT INTO `creature_movement_template` (`entry`, `pathId`, `point`, `PositionX`, `PositionY`, `PositionZ`, `orientation`, `WaitTime`, `ScriptId`) VALUES
(14428, 1, 1, 9901.3955,397.1808,1309.5454, 100, 0, 0),
(14428, 1, 2, 9896.847,403.3893,1308.1709, 100, 0, 0),
(14428, 1, 3, 9879.391,406.52887,1307.1951, 100, 0, 0),
(14428, 1, 4, 9853.393,404.44684,1306.3469, 100, 0, 0),
(14428, 1, 5, 9833.638,389.0966,1307.5676, 100, 0, 0),
(14428, 1, 6, 9806.589,370.3251,1308.1271, 100, 0, 0);
(14428, 0, 1, 9901.3955,397.1808,1309.5454, 100, 0, 0),
(14428, 0, 2, 9896.847,403.3893,1308.1709, 100, 0, 0),
(14428, 0, 3, 9879.391,406.52887,1307.1951, 100, 0, 0),
(14428, 0, 4, 9853.393,404.44684,1306.3469, 100, 0, 0),
(14428, 0, 5, 9833.638,389.0966,1307.5676, 100, 0, 0),
(14428, 0, 6, 9806.589,370.3251,1308.1271, 100, 0, 0);

-- UpdateType: CreateObject2
-- Object Guid: Full: 0x20566000200E170000009E0000498861 Creature/0 R5528/S158 Map: 1 Entry: 14428 Low: 4819041
Expand Down

0 comments on commit 4915602

Please sign in to comment.