DB/Objects: Fixed Wrath not being into the spells bar for newly created tauren druids.

This commit is contained in:
Warpten
2013-04-04 00:11:10 +03:00
parent 1ba6d0ce6f
commit 6754b30e4c

View File

@@ -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);