[9901] Second attempt fix sql update :/

This commit is contained in:
VladimirMangos 2010-05-15 12:44:06 +04:00
parent 9fb36ed021
commit efba75312d
2 changed files with 3 additions and 3 deletions

View file

@ -7,5 +7,5 @@ DELETE FROM `spell_bonus_data` WHERE `entry` IN (
INSERT INTO `spell_bonus_data` VALUES INSERT INTO `spell_bonus_data` VALUES
(53739, 0, 0, 0.003, 'Paladin - Seal of Corruption (full stack proc)'), (53739, 0, 0, 0.003, 'Paladin - Seal of Corruption (full stack proc)'),
(42463, 0, 0, 0.003, 'Paladin - Seal of Vengeance (full stack proc)'); (42463, 0, 0, 0.003, 'Paladin - Seal of Vengeance (full stack proc)'),
(49821, 0.2857,0, 0, 'Priest - Mind Sear Trigger'), (49821, 0.2857,0, 0, 'Priest - Mind Sear Trigger');

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9900" #define REVISION_NR "9901"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__