mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 10:37:02 +00:00
Remove wrongly added in mangos.sql field from unrelated unfinished patch.
Thanks to LordJZ for pointing.
This commit is contained in:
parent
c057ac987d
commit
1b4c82361b
1 changed files with 0 additions and 1 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue