mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
SQL: Any content SQL should be able to be re-imported without errors; Fix an import error in world_scripts_full;
P.S Full DB will be available soon Closes #586
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- Up to TC2 5408
|
||||
-- Up to TC 11181
|
||||
|
||||
-- This file contains all waypoints used by escortAI scripts
|
||||
/*
|
||||
@@ -15,12 +15,6 @@ CREATE TABLE `script_waypoint` (
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Script Creature waypoints';
|
||||
*/
|
||||
|
||||
--
|
||||
-- Not sure why we don't just run
|
||||
-- DELETE FROM `script_waypoint`;
|
||||
-- I mean seriously, who has custom waypoint creatures?
|
||||
--
|
||||
|
||||
DELETE FROM `script_waypoint` WHERE `entry`=26170;
|
||||
INSERT INTO `script_waypoint` VALUES
|
||||
(26170,1,3700.08,3574.54,473.322,0, ''),
|
||||
|
||||
Reference in New Issue
Block a user