aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarpten <vertozor@gmail.com>2013-04-04 00:11:10 +0300
committerWarpten <vertozor@gmail.com>2013-04-04 00:11:10 +0300
commit6754b30e4ce2647e4063cbf5e55095170ee26f9b (patch)
treea2e6db309865c564c2baaab6770fdb779085532e
parent1ba6d0ce6fac323eaa0d52c6c47c4e3bd0b40abc (diff)
DB/Objects: Fixed Wrath not being into the spells bar for newly created tauren druids.
-rw-r--r--sql/updates/world/2013_03_04_00_world_playercreateinfo_button_434.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_03_04_00_world_playercreateinfo_button_434.sql b/sql/updates/world/2013_03_04_00_world_playercreateinfo_button_434.sql
new file mode 100644
index 00000000000..b7281422712
--- /dev/null
+++ b/sql/updates/world/2013_03_04_00_world_playercreateinfo_button_434.sql
@@ -0,0 +1,4 @@
+-- Fixes tauren druids not having wrath in their spell bar on character creation.
+DELETE FROM `playercreateinfo_action` WHERE `race`=6 AND `class`=11 AND `action`=5176;
+INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`, `type`) VALUES
+(6, 11, 0, 5176, 0);