diff options
author | Warpten <vertozor@gmail.com> | 2013-04-04 00:11:10 +0300 |
---|---|---|
committer | Warpten <vertozor@gmail.com> | 2013-04-04 00:11:10 +0300 |
commit | 6754b30e4ce2647e4063cbf5e55095170ee26f9b (patch) | |
tree | a2e6db309865c564c2baaab6770fdb779085532e | |
parent | 1ba6d0ce6fac323eaa0d52c6c47c4e3bd0b40abc (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.sql | 4 |
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); |