aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-09-25 15:08:48 +0200
committerShauren <shauren.trinity@gmail.com>2011-09-25 15:08:48 +0200
commit062e64563720d49d70669d80fdd27e228909565f (patch)
tree18c10f529d1078161ddf980152191861dd7868d6 /sql/updates
parente949ad3adbfe22c11ec4d731b0fcfb9cc284f064 (diff)
Scripts/Spells: Bloodlust/Heroism handling changed, it is now possible to use these spells even if caster is under Sated/Exhaustion debuff
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_09_25_00_world_spell_script_names.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_25_00_world_spell_script_names.sql b/sql/updates/world/2011_09_25_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..a7c65ac75dd
--- /dev/null
+++ b/sql/updates/world/2011_09_25_00_world_spell_script_names.sql
@@ -0,0 +1,6 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_bloodlust';
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_heroism';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(2825,'spell_sha_bloodlust'),
+(32182,'spell_sha_heroism');
+