aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2018-06-05 08:46:52 -0300
committerKeader <keader.android@gmail.com>2018-06-05 08:46:52 -0300
commit289b2dff3346c006e8c7118445cd37e741f4831e (patch)
tree2eb87c12c589c3e91ef9f8002233f7dbd8578bc7 /sql
parentee7c0c16f174f90835d32188a1088e611f9836c7 (diff)
Scripts/Spells: Fixed Berserk rank
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2018_06_05_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_06_05_00_world.sql b/sql/updates/world/3.3.5/2018_06_05_00_world.sql
new file mode 100644
index 00000000000..78e969c6ff3
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_06_05_00_world.sql
@@ -0,0 +1 @@
+UPDATE `spell_script_names` SET `spell_id`=50334 WHERE `spell_id`=-50334 AND `ScriptName`='spell_dru_berserk';