aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-08-04 15:33:44 +0200
committertreeston <treeston.mmoc@gmail.com>2016-08-04 15:33:44 +0200
commitd76e15b587173e44de45e764eade4f221f9cb715 (patch)
tree420ad1b9b4263b0f4b827865f7425d90438d674a /sql/updates
parent4030e4d780ed60d281c2b0eaff58ed2b40ad7f47 (diff)
parent259690b3ce0d53cabf7ea60e7e5767014e27a268 (diff)
Merge remote-tracking branch 'tkrokli/hunter_animal_handler' into 3.3.5 (PR #16554)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2016_08_04_01_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_04_01_world.sql b/sql/updates/world/3.3.5/2016_08_04_01_world.sql
new file mode 100644
index 00000000000..4871f6de86a
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_08_04_01_world.sql
@@ -0,0 +1,5 @@
+-- animal handler, spell ranks
+DELETE FROM `spell_ranks` WHERE `first_spell_id` = 34453;
+INSERT INTO `spell_ranks` (`first_spell_id`,`spell_id`,`rank`) VALUES
+(34453, 34453, 1), -- Animal Handler, Rank 1
+(34453, 34454, 2); -- Animal Handler, Rank 2