diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-05-31 23:17:17 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-31 23:17:17 +0700 |
| commit | 106493737fbaad934d19e258fa7a68ec850bbf5f (patch) | |
| tree | 436aa38ed18b8f18c636b04a61687b0e2539472a /sql/updates | |
| parent | 223d3266d82167de692f8bba45dc6c8bbe4bb5fc (diff) | |
Core/Spells: Fix spell power and attack power coefficients for Seal of Righteousness
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_05_31_01_world_spell_bonus_data.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_31_01_world_spell_bonus_data.sql b/sql/updates/world/2011_05_31_01_world_spell_bonus_data.sql new file mode 100644 index 00000000000..700f73e7ff7 --- /dev/null +++ b/sql/updates/world/2011_05_31_01_world_spell_bonus_data.sql @@ -0,0 +1 @@ +UPDATE `spell_bonus_data` SET `direct_bonus` = 0, `ap_bonus` = 0 WHERE `entry` = 25742; |
