diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-05-10 20:27:08 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-10 20:27:08 +0700 |
| commit | 6edde93e757c9129277f7a81ef0848ca55ee44ce (patch) | |
| tree | 8a3866da16aa7538e4b8d589e964d8a9dc2e71fc /sql/updates/world | |
| parent | bd6750b4d035059adad300460bea6ac1a989000f (diff) | |
Core/Spells: Fix damage and combat log for spell Hand of Reckoning
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/2011_05_10_02_world_spell_bonus_data.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_10_02_world_spell_bonus_data.sql b/sql/updates/world/2011_05_10_02_world_spell_bonus_data.sql new file mode 100644 index 00000000000..cde9c527400 --- /dev/null +++ b/sql/updates/world/2011_05_10_02_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (62124, 67485); +INSERT INTO `spell_bonus_data` VALUES +(67485, 0, -1, 0.5, -1, 'Paladin - Hand of Reckoning Triggered'); |
