From 0e18bc37c2e391baf540d78126d8f05ec9573f63 Mon Sep 17 00:00:00 2001 From: _manuel_ Date: Sat, 2 Jan 2010 19:52:08 -0300 Subject: Removed moveflags column from creature_addon and creature_template_addon. Thanks to Zor and raczman. --HG-- branch : trunk --- sql/world.sql | 2 -- 1 file changed, 2 deletions(-) (limited to 'sql/world.sql') diff --git a/sql/world.sql b/sql/world.sql index 8ad219f7006..5113bcea1ff 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -754,7 +754,6 @@ CREATE TABLE `creature_addon` ( `bytes1` int(10) unsigned NOT NULL DEFAULT '0', `bytes2` int(10) unsigned NOT NULL DEFAULT '0', `emote` int(10) unsigned NOT NULL DEFAULT '0', - `moveflags` int(10) unsigned NOT NULL DEFAULT '0', `auras` text, PRIMARY KEY (`guid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; @@ -1703,7 +1702,6 @@ CREATE TABLE `creature_template_addon` ( `bytes1` int(10) unsigned NOT NULL DEFAULT '0', `bytes2` int(10) unsigned NOT NULL DEFAULT '0', `emote` mediumint(8) unsigned NOT NULL DEFAULT '0', - `moveflags` int(10) unsigned NOT NULL DEFAULT '0', `auras` text, PRIMARY KEY (`entry`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- cgit v1.2.3