mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8593] Fixed my typo in mangos.sql. :/
This commit is contained in:
parent
8eb9d3edd8
commit
cbfb671af3
2 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8592"
|
||||
#define REVISION_NR "8593"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue