Skip to content

Commit

Permalink
[1547] Added missing item 16250 to LBRS drops
Browse files Browse the repository at this point in the history
* Added missing item 16250 (Formula: Enchant Weapon - Superior Striking)
to NPCs loot table in Lower Blackrock Spire
  • Loading branch information
cala committed Jan 4, 2017
1 parent e4aba09 commit bf62b0b
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions Updates/1547_striking_enchant.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
DELETE FROM `creature_loot_template` WHERE `item` = 16250;
INSERT INTO `creature_loot_template` VALUES
-- Bosses
(10363, 16250, 2, 0, 1, 1, 0),
(10220, 16250, 2, 0, 1, 1, 0),
(9816, 16250, 2, 0, 1, 1, 0),
(10899, 16250, 2, 0, 1, 1, 0),
(10430, 16250, 2, 0, 1, 1, 0),
(9196, 16250, 2, 0, 1, 1, 0),
(9236, 16250, 2, 0, 1, 1, 0),
(9219, 16250, 2, 0, 1, 1, 0),
(10376, 16250, 2, 0, 1, 1, 0),
(9736, 16250, 2, 0, 1, 1, 0),
(9568, 16250, 2, 0, 1, 1, 0),
(9237, 16250, 2, 0, 1, 1, 0),
(9596, 16250, 2, 0, 1, 1, 0),
(10509, 16250, 2, 0, 1, 1, 0),
(9718, 16250, 2, 0, 1, 1, 0),
(10596, 16250, 2, 0, 1, 1, 0),
-- Trashs
(10371, 16250, 1, 0, 1, 1, 0),
(10318, 16250, 1, 0, 1, 1, 0),
(10317, 16250, 1, 0, 1, 1, 0),
(10083, 16250, 1, 0, 1, 1, 0),
(9817, 16250, 1, 0, 1, 1, 0),
(9692, 16250, 1, 0, 1, 1, 0),
(9717, 16250, 1, 0, 1, 1, 0),
(9693, 16250, 1, 0, 1, 1, 0),
(9716, 16250, 1, 0, 1, 1, 0),
(9583, 16250, 1, 0, 1, 1, 0),
(10374, 16250, 1, 0, 1, 1, 0),
(9263, 16250, 1, 0, 1, 1, 0),
(9264, 16250, 1, 0, 1, 1, 0),
(9260, 16250, 1, 0, 1, 1, 0),
(9262, 16250, 1, 0, 1, 1, 0),
(9261, 16250, 1, 0, 1, 1, 0),
(9266, 16250, 1, 0, 1, 1, 0),
(9268, 16250, 1, 0, 1, 1, 0),
(9241, 16250, 1, 0, 1, 1, 0),
(9265, 16250, 1, 0, 1, 1, 0),
(9269, 16250, 1, 0, 1, 1, 0),
(9239, 16250, 1, 0, 1, 1, 0),
(9267, 16250, 1, 0, 1, 1, 0),
(9217, 16250, 1, 0, 1, 1, 0),
(9197, 16250, 1, 0, 1, 1, 0),
(9216, 16250, 1, 0, 1, 1, 0),
(9198, 16250, 1, 0, 1, 1, 0),
(9200, 16250, 1, 0, 1, 1, 0),
(9199, 16250, 1, 0, 1, 1, 0),
(9258, 16250, 1, 0, 1, 1, 0),
(9045, 16250, 1, 0, 1, 1, 0),
(9098, 16250, 1, 0, 1, 1, 0),
(9257, 16250, 1, 0, 1, 1, 0),
(9097, 16250, 1, 0, 1, 1, 0),
(10319, 16250, 1, 0, 1, 1, 0),
(10366, 16250, 1, 0, 1, 1, 0),
(10762, 16250, 1, 0, 1, 1, 0),
(10372, 16250, 1, 0, 1, 1, 0),
(9096, 16250, 1, 0, 1, 1, 0),
(9819, 16250, 1, 0, 1, 1, 0),
(9818, 16250, 1, 0, 1, 1, 0),
(9240, 16250, 1, 0, 1, 1, 0);

0 comments on commit bf62b0b

Please sign in to comment.