Skip to content

Commit

Permalink
Add hotbar spells.
Browse files Browse the repository at this point in the history
Closes #27 until #3 is finished.
  • Loading branch information
heyitsbench authored Jul 29, 2022
1 parent 7eca92b commit 36e69e2
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions sql/world/worgoblin.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1369,54 +1369,47 @@ DELETE FROM `playercreateinfo_action` WHERE `race` = 9 OR `race` = 12;
INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`) VALUES
(9, 1, 72, 6603),
(9, 1, 73, 78),
(9, 1, 81, 69070),
(9, 1, 84, 6603),
(9, 1, 96, 6603),
-- (9, 1, 120, 69041), Rocket Barrage Warrior
-- (9, 1, 120, 69046), Pack Hobgoblin Warrior
-- (9, 1, 120, 69070), Rocket Jump Warrior
(9, 3, 0, 6603),
(9, 3, 1, 2973),
(9, 3, 2, 75),
(9, 3, 9, 69070),
-- (9, 3, 120, 69041), Rocket Barrage Hunter
-- (9, 3, 120, 69046), Pack Hobgoblin Hunter
-- (9, 3, 120, 69070), Rocket Jump Hunter
(9, 4, 0, 6603),
(9, 4, 1, 1752),
(9, 4, 2, 2098),
(9, 4, 3, 2764),
(9, 4, 9, 69070),
-- (9, 4, 120, 69041), Rocket Barrage Rogue
-- (9, 4, 120, 69046), Pack Hobgoblin Rogue
-- (9, 4, 120, 69070), Rocket Jump Rogue
(9, 5, 0, 585),
(9, 5, 1, 2050),
(9, 5, 9, 69070),
-- (9, 5, 120, 69041), Rocket Barrage Priest
-- (9, 5, 120, 69046), Pack Hobgoblin Priest
-- (9, 5, 120, 69070), Rocket Jump Priest
(9, 6, 0, 6603),
(9, 6, 1, 49576),
(9, 6, 2, 45477),
(9, 6, 3, 45462),
(9, 6, 4, 45902),
(9, 6, 5, 47541),
(9, 6, 9, 69070),
(9, 6, 11, 69046),
-- (9, 6, 120, 69041), Rocket Barrage Death Knight
-- (9, 6, 120, 69046), Pack Hobgoblin Death Knight
-- (9, 6, 120, 69070), Rocket Jump Death Knight
(9, 7, 0, 6603),
(9, 7, 1, 403),
(9, 7, 2, 331),
(9, 7, 9, 69070),
-- (9, 7, 120, 69041), Rocket Barrage Shaman
-- (9, 7, 120, 69046), Pack Hobgoblin Shaman
-- (9, 7, 120, 69070), Rocket Jump Shaman
(9, 8, 0, 133),
(9, 8, 1, 168),
(9, 8, 9, 69070),
-- (9, 8, 120, 69041), Rocket Barrage Mage
-- (9, 8, 120, 69046), Pack Hobgoblin Mage
-- (9, 8, 120, 69070), Rocket Jump Mage
(9, 9, 0, 686),
(9, 9, 1, 687),
(9, 9, 9, 69070),
-- (9, 9, 120, 69041), Rocket Barrage Warlock
-- (9, 9, 120, 69046), Pack Hobgoblin Warlock
-- (9, 9, 120, 69070), Rocket Jump Warlock
(12, 1, 72, 6603),
(12, 1, 73, 78),
(12, 1, 84, 6603),
Expand Down Expand Up @@ -1448,7 +1441,7 @@ INSERT INTO `playercreateinfo_action` (`race`, `class`, `button`, `action`) VALU
(12, 6, 3, 45462),
(12, 6, 4, 45902),
(12, 6, 5, 47541),
-- (12, 6, 120, 68992), Darkflight Death Knight
(12, 6, 9, 68992),
-- (12, 6, 120, 68996), Two Forms Death Knight
-- (12, 6, 120, 87840), Running Wild Death Knight
(12, 8, 0, 133),
Expand Down

0 comments on commit 36e69e2

Please sign in to comment.