diff options
author | Drahy <none@none> | 2009-05-25 02:29:41 +0200 |
---|---|---|
committer | Drahy <none@none> | 2009-05-25 02:29:41 +0200 |
commit | a366210f9960ab7048c86035198755e740381b3c (patch) | |
tree | a4297c1b58a4b9c28d6dd8a3c4188338962c0e04 /sql/world_script_waypoints.sql | |
parent | 6f2eebf2c34c7362abb637cba96f15128a4138e0 (diff) |
* Added revision info to full tables up to revision are updated
* Removed some sqls from mangos already present in rev 3235
* Used trinity sql coding style
--HG--
branch : trunk
Diffstat (limited to 'sql/world_script_waypoints.sql')
-rw-r--r-- | sql/world_script_waypoints.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/world_script_waypoints.sql b/sql/world_script_waypoints.sql index 48a890ac5fd..04e4c59c4d6 100644 --- a/sql/world_script_waypoints.sql +++ b/sql/world_script_waypoints.sql @@ -1,3 +1,5 @@ +-- Up to TC2 3515 + -- This file contains all waypoints used by escortAI scripts DROP TABLE IF EXISTS script_waypoint; CREATE TABLE script_waypoint ( |