diff options
| author | maximius <none@none> | 2009-08-21 21:37:43 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-08-21 21:37:43 -0700 |
| commit | 6d6a089520a3582d9d7351f7b9aef2c3d5e36278 (patch) | |
| tree | 0ce0cca8c46a8ec65e438a99cf2fb17eb56441d5 | |
| parent | a36fdb26aa57ea071f86569ce2f12317d903eb1a (diff) | |
*Typo fix in world_script_waypoints.sql by Darkshines
--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, ''), |
