mirror of
https://github.com/cmangos/mangos-classic
synced 2026-08-14 02:23:08 -04:00
Fix SD2 schema from [s2441]
This commit is contained in:
parent
9bc671bcbd
commit
e10e31365f
1 changed files with 1 additions and 1 deletions
|
|
@ -2708,7 +2708,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