[10239] Fix mangos.sql

I just had to forget one thing...
This commit is contained in:
Lynx3d 2010-07-21 03:33:22 +02:00
parent c5038d2b95
commit 4f0f701b63
2 changed files with 2 additions and 1 deletions

View file

@ -14258,6 +14258,7 @@ INSERT INTO `spell_bonus_data` VALUES
(8188, 0.1, 0, 0, 'Shaman - Magma Totam Passive'),
(61295, 0.4, 0.18, 0, 'Shaman - Riptide'),
(3606, 0.1667, 0, 0, 'Shaman - Searing Totem Attack'),
(10444, 0, 0, 0, 'Shaman - Flametongue Attack'),
/* Warlock */
(17962, 0, 0, 0, 'Warlock - Conflagrate'),
(172, 0, 0.2, 0, 'Warlock - Corruption'),

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10238"
#define REVISION_NR "10239"
#endif // __REVISION_NR_H__