Skip to content

Commit

Permalink
[1316] Fixed faction requirements of PvP consumable items
Browse files Browse the repository at this point in the history
* Fixed faction requirements of PvP items (consumables) from BG supply
officers
Thanks @Kelzior and @TheTrueAnimal for reporting. This contributes to
#675 and #819
Sources:
http://wowwiki.wikia.com/wiki/Major_Healing_Draught?oldid=179857
http://www.wowhead.com/item=17348/major-healing-draught#comments
  • Loading branch information
cala committed Mar 12, 2016
1 parent dac3568 commit ac49ff0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions updates/1316_item_template.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
-- Fixed faction requirements of PvP items (consumables)
-- from BG supply officers
-- Thanks @Kelzior and @TheTrueAnimal for reporting. This contributes to #675 and #819
-- Sources:
-- http://wowwiki.wikia.com/wiki/Major_Healing_Draught?oldid=179857
-- http://www.wowhead.com/item=17348/major-healing-draught#comments

UPDATE item_template SET RequiredReputationFaction = 0, RequiredReputationRank = 0 WHERE entry IN
(17348,17349,17351,17352,19060,19066,19067,19061,19062,19068,19301,19307,19318);

0 comments on commit ac49ff0

Please sign in to comment.