mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
Fix SD2 schema from [s2441]
This commit is contained in:
parent
718e4537a1
commit
46e6c31ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -5389,7 +5389,7 @@ INSERT INTO gossip_texts (entry,content_default,comment) VALUES
|
|||
--
|
||||
|
||||
TRUNCATE script_waypoint;
|
||||
INSERT INTO script_waypoint (entry, pathId, pointid, position_x, position_y, position_z, orientation, waittime, script_id, comment) VALUES
|
||||
INSERT INTO script_waypoint (Entry, PathId, Point, PositionX, PositionY, PositionZ, Orientation, WaitTime, ScriptId, 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