diff options
| author | _manuel_ <none@none> | 2010-01-02 19:52:08 -0300 |
|---|---|---|
| committer | _manuel_ <none@none> | 2010-01-02 19:52:08 -0300 |
| commit | 0e18bc37c2e391baf540d78126d8f05ec9573f63 (patch) | |
| tree | 2ffbe4aff25964cfb188651d1caae979bff0cc96 /sql/updates | |
| parent | 421189a3cb18ac8aeefbbcab00f37b2415003a8c (diff) | |
Removed moveflags column from creature_addon and creature_template_addon. Thanks to Zor and raczman.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6882_world_creature_addon.sql | 1 | ||||
| -rw-r--r-- | sql/updates/6882_world_creature_template_addon.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/6882_world_creature_addon.sql b/sql/updates/6882_world_creature_addon.sql new file mode 100644 index 00000000000..6c8c54b75ad --- /dev/null +++ b/sql/updates/6882_world_creature_addon.sql @@ -0,0 +1 @@ +ALTER TABLE `creature_addon` DROP COLUMN `moveflags`; diff --git a/sql/updates/6882_world_creature_template_addon.sql b/sql/updates/6882_world_creature_template_addon.sql new file mode 100644 index 00000000000..cd5b3e5bde9 --- /dev/null +++ b/sql/updates/6882_world_creature_template_addon.sql @@ -0,0 +1 @@ +ALTER TABLE `creature_template_addon` DROP COLUMN `moveflags`; |
