diff options
author | megamage <none@none> | 2009-08-21 23:39:24 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-21 23:39:24 -0500 |
commit | 470ff1c556db7d9bc8f60a53e6cbef0fc70523e5 (patch) | |
tree | 679801fbc321aede55d2dc75420c0b008034e0d3 | |
parent | 189d9fdd51ba37182b0c0ca1c2698076153cc6f3 (diff) | |
parent | 6d6a089520a3582d9d7351f7b9aef2c3d5e36278 (diff) |
merge
--HG--
branch : trunk
-rw-r--r-- | sql/FULL/world_script_waypoints.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/FULL/world_script_waypoints.sql b/sql/FULL/world_script_waypoints.sql index 3ba9b421059..cfeeb27feee 100644 --- a/sql/FULL/world_script_waypoints.sql +++ b/sql/FULL/world_script_waypoints.sql @@ -13,7 +13,7 @@ CREATE TABLE script_waypoint ( PRIMARY KEY (entry, pointid) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Script Creature waypoints'; -DELETE FROM script_waypoint entry = 24156; +DELETE FROM script_waypoint WHERE entry = 24156; INSERT INTO script_waypoint VALUES (24156,1,1859.74, -6178.15, 24.3033, 0, ''), (24156,2,1866.06, -6172.81, 23.9216, 0, ''), |