mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[10239] Fix mangos.sql
I just had to forget one thing...
This commit is contained in:
parent
c5038d2b95
commit
4f0f701b63
2 changed files with 2 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10238"
|
||||
#define REVISION_NR "10239"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue