[8593] Fixed my typo in mangos.sql. :/

This commit is contained in:
VladimirMangos 2009-10-07 01:39:59 +04:00
parent 8eb9d3edd8
commit cbfb671af3
2 changed files with 2 additions and 2 deletions

View file

@ -963,7 +963,7 @@ CREATE TABLE `creature_template` (
`questItem3` int(11) UNSIGNED DEFAULT '0' NOT NULL,
`questItem4` int(11) UNSIGNED DEFAULT '0' NOT NULL,
`questItem5` int(11) UNSIGNED DEFAULT '0' NOT NULL,
`questItem63` int(11) UNSIGNED DEFAULT '0' NOT NULL,
`questItem6` int(11) UNSIGNED DEFAULT '0' NOT NULL,
`movementId` int(11) UNSIGNED DEFAULT '0' NOT NULL,
`RegenHealth` tinyint(3) unsigned NOT NULL default '1',
`equipment_id` mediumint(8) unsigned NOT NULL default '0',

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8592"
#define REVISION_NR "8593"
#endif // __REVISION_NR_H__