diff options
| author | silinoron <none@none> | 2010-09-18 19:26:34 -0700 |
|---|---|---|
| committer | silinoron <none@none> | 2010-09-18 19:26:34 -0700 |
| commit | 383af00e2b95fc343512421f62bcceb9f5b1ff6b (patch) | |
| tree | 8e4f31a35e253bc5db89ef74e762040e71d573e9 /sql | |
| parent | 48b29e601964d0f70616f0c38254da473100ec6b (diff) | |
Core/Spells: Allow a priest's Mana Burn to break fear.
Patch by dr.tenma.
Fixes issue #3985
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/9988_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/9988_world_spell_script_names.sql b/sql/updates/9988_world_spell_script_names.sql new file mode 100644 index 00000000000..810fc602318 --- /dev/null +++ b/sql/updates/9988_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=-8129 AND `ScriptName`='spell_pri_mana_burn'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(-8129,'spell_pri_mana_burn'); |
