Skip to content

Commit

Permalink
[3862] Add missing item 7192 template
Browse files Browse the repository at this point in the history
* Add item 7192 (Plans: Goblin Rocket Boots) that supposedly drops from Mekgineer Thermaplugg
Source: https://classic.wowhead.com/item=7192/schematic-goblin-rocket-boots
  • Loading branch information
cala committed Apr 12, 2022
1 parent 72a046c commit ba78895
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Updates/3862_schematics_goblin_rocket_boots.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- Add item 7192 (Plans: Goblin Rocket Boots) that supposedly drops from Mekgineer Thermaplugg
-- Source: https://classic.wowhead.com/item=7192/schematic-goblin-rocket-boots
DELETE FROM item_template WHERE entry=7192;
INSERT INTO item_template VALUES
(7192, 9, 0, 'Schematic: Goblin Rocket Boots', 1102, 2, 64, 1, 1200, 300, 0, -1, -1, 26, 0, 202, 130, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 'Teaches you how to make Goblin Rocket Boots.', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0);

0 comments on commit ba78895

Please sign in to comment.