mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[9368] Fixed my typo in mangos.sql
Thanks to Dereka for pointing to it.
This commit is contained in:
parent
0b6bc42c3f
commit
c3734d9b55
2 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9367"
|
||||
#define REVISION_NR "9368"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue