Skip to content

Commit

Permalink
Remove wrongly added in mangos.sql field from unrelated unfinished pa…
Browse files Browse the repository at this point in the history
…tch.

Thanks to LordJZ for pointing.
  • Loading branch information
VladimirMangos committed Nov 22, 2009
1 parent e09eacd commit 9c17970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sql/mangos.sql
Expand Up @@ -1691,7 +1691,6 @@ CREATE TABLE `gameobject` (
`spawntimesecs` int(11) NOT NULL default '0',
`animprogress` tinyint(3) unsigned NOT NULL default '0',
`state` tinyint(3) unsigned NOT NULL default '0',
`flags_extra` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`guid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Gameobject System';

Expand Down

0 comments on commit 9c17970

Please sign in to comment.