diff options
| author | Warpten <vertozor@gmail.com> | 2012-11-25 21:07:08 +0100 |
|---|---|---|
| committer | Warpten <vertozor@gmail.com> | 2012-11-25 21:07:08 +0100 |
| commit | f01f695c7d31e0db9e4f36af406964598653aad7 (patch) | |
| tree | 9c174661115f9ab6466f93c595026d5828610172 /sql/updates | |
| parent | 4bb9b13e011631446d190a01f832178d5c7b7409 (diff) | |
Core/Spells: Fixed Leap of Faith and renamed a spell script to match standards.
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2012_11_25_world_spell_script_names.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2012_11_25_world_spell_script_names.sql b/sql/updates/world/2012_11_25_world_spell_script_names.sql new file mode 100644 index 00000000000..f0dd277cc96 --- /dev/null +++ b/sql/updates/world/2012_11_25_world_spell_script_names.sql @@ -0,0 +1,9 @@ +DELETE FROM spell_linked_spell WHERE spell_trigger = 73325; +INSERT INTO spell_linked_spell (spell_trigger, spell_effect, type, comment) VALUES +(73325, 92833, 0, "Priest - Leap of Faith"); + +DELETE FROM spell_script_names WHERE spell_id = 92833; +DELETE FROM spell_script_names WHERE spell_id = -139; +INSERT INTO spell_script_names (spell_id, ScriptName) VALUES +(92833, "spell_pri_leap_of_faith_effect_trigger"), +(139, "spell_pri_renew"); -- Minus doesnt matter, theres no rank any more |
