aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2016-07-16 02:52:32 -0300
committerGitHub <noreply@github.com>2016-07-16 02:52:32 -0300
commit6988407b43ec92af4ffed60cdb8b4bc884487039 (patch)
treea93ba461b49cc9fb9c254c1f1ff027a3703abb86 /sql/updates/world
parentc78a35225096113de2fff7c3c9805a0c9b936e53 (diff)
Core/Spells: Fix Roar of Sacrifice damage part (#17519)
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/3.3.5/2016_99_99_99_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_99_99_99_world.sql b/sql/updates/world/3.3.5/2016_99_99_99_world.sql
new file mode 100644
index 00000000000..986a96a6d57
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_99_99_99_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_roar_of_sacrifice';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(53480, 'spell_hun_roar_of_sacrifice');