mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[9901] Second attempt fix sql update :/
This commit is contained in:
parent
9fb36ed021
commit
efba75312d
2 changed files with 3 additions and 3 deletions
|
|
@ -7,5 +7,5 @@ DELETE FROM `spell_bonus_data` WHERE `entry` IN (
|
|||
|
||||
INSERT INTO `spell_bonus_data` VALUES
|
||||
(53739, 0, 0, 0.003, 'Paladin - Seal of Corruption (full stack proc)'),
|
||||
(42463, 0, 0, 0.003, 'Paladin - Seal of Vengeance (full stack proc)');
|
||||
(49821, 0.2857,0, 0, 'Priest - Mind Sear Trigger'),
|
||||
(42463, 0, 0, 0.003, 'Paladin - Seal of Vengeance (full stack proc)'),
|
||||
(49821, 0.2857,0, 0, 'Priest - Mind Sear Trigger');
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9900"
|
||||
#define REVISION_NR "9901"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue