aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-11-25 12:42:55 -0800
committerShauren <shauren.trinity@gmail.com>2012-11-25 12:42:55 -0800
commitfdf0c32857c804701e7a25b27e59b11f2a306116 (patch)
tree9c174661115f9ab6466f93c595026d5828610172 /sql/updates
parent5c214804317b36ebbce3f45afc4f57185b90eeff (diff)
parentf01f695c7d31e0db9e4f36af406964598653aad7 (diff)
Merge pull request #8451 from Warpten/434
Core/Spells: Fixed Leap of Faith.
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2012_11_25_world_spell_script_names.sql9
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