diff options
| author | Rat <none@none> | 2010-10-23 23:31:37 +0200 |
|---|---|---|
| committer | Rat <none@none> | 2010-10-23 23:31:37 +0200 |
| commit | 62739ed26feca76f1f8f475387586f16a082c12b (patch) | |
| tree | 2ec4f0a3fb6a42556fff7265cbf272141daa50e8 /sql/updates | |
| parent | e484a636223b422636492be4acd0d16a233e6138 (diff) | |
Core/AI: implemented basic class for GameObjectAI
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10281_world_gameobject_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/10281_world_gameobject_template.sql b/sql/updates/10281_world_gameobject_template.sql new file mode 100644 index 00000000000..568b4c21f5e --- /dev/null +++ b/sql/updates/10281_world_gameobject_template.sql @@ -0,0 +1 @@ +ALTER TABLE `gameobject_template` ADD `AIName` CHAR( 64 ) NOT NULL DEFAULT '' AFTER `data23`;
\ No newline at end of file |
