mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Sync insert query in SD2 file
This commit is contained in:
parent
1737f148a1
commit
67d600652b
1 changed files with 1 additions and 1 deletions
|
|
@ -5110,7 +5110,7 @@ INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
|||
--
|
||||
|
||||
TRUNCATE script_waypoint;
|
||||
INSERT INTO script_waypoint VALUES
|
||||
INSERT INTO `script_waypoint` (`entry`, `pathId`, `pointid`, `position_x`, `position_y`, `position_z`, `orientation`, `waittime`, `script_id`, `comment`) VALUES
|
||||
(349,0,1,-8769.59,-2185.73,141.975,0,0,0,''),
|
||||
(349,0,2,-8776.54,-2193.78,140.96,0,0,0,''),
|
||||
(349,0,3,-8783.29,-2194.82,140.462,0,0,0,''),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue