[9368] Fixed my typo in mangos.sql

Thanks to Dereka for pointing to it.
This commit is contained in:
VladimirMangos 2010-02-13 20:53:24 +03:00
parent 0b6bc42c3f
commit c3734d9b55
2 changed files with 2 additions and 2 deletions

View file

@ -14100,7 +14100,7 @@ UNLOCK TABLES;
DROP TABLE IF EXISTS `spell_bonus_data`;
CREATE TABLE `spell_bonus_data` (
`spell` mediumint(8) unsigned NOT NULL,
`entry` mediumint(8) unsigned NOT NULL,
`direct_bonus` float NOT NULL default '0',
`dot_bonus` float NOT NULL default '0',
`ap_bonus` float NOT NULL default '0',

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9367"
#define REVISION_NR "9368"
#endif // __REVISION_NR_H__