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_scripts_structure.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_scripts_structure.sql')
-rw-r--r-- | sql/world_scripts_structure.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/world_scripts_structure.sql b/sql/world_scripts_structure.sql index a9fea4e7514..2aff81ba6c3 100644 --- a/sql/world_scripts_structure.sql +++ b/sql/world_scripts_structure.sql @@ -1,3 +1,5 @@ +-- Up to ACID 0.0.9 + DROP TABLE IF EXISTS `creature_ai_scripts`; CREATE TABLE `creature_ai_scripts` ( `id` int(11) unsigned NOT NULL COMMENT 'Identifier' AUTO_INCREMENT, |