mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 14:46:54 +01:00
DB/Objects: Fixed Wrath not being into the spells bar for newly created tauren druids.
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user