mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Delete sql/world/base/quiver_haste.sql
content moved to vanilla_item_changes
This commit is contained in:
@@ -1,89 +0,0 @@
|
||||
/* Light Quiver */
|
||||
UPDATE `item_template` SET `spellid_1` = 29418 WHERE entry=2101;
|
||||
|
||||
/* Small Ammo Pouch */
|
||||
UPDATE `item_template` SET `spellid_1` = 14824 WHERE entry=2102;
|
||||
|
||||
/* Ribbly's Quiver */
|
||||
UPDATE `item_template` SET `spellid_1` = 29415 WHERE entry=2662;
|
||||
|
||||
/* Ribbly's Bandolier */
|
||||
UPDATE `item_template` SET `spellid_1` = 14828 WHERE entry=2663;
|
||||
|
||||
/* Hunting Quiver */
|
||||
UPDATE `item_template` SET `spellid_1` = 29418 WHERE entry=3573;
|
||||
|
||||
/* Hunting Ammo Sack */
|
||||
UPDATE `item_template` SET `spellid_1` = 14824 WHERE entry=3574;
|
||||
|
||||
/* Bandolier of the Night Watch */
|
||||
UPDATE `item_template` SET `spellid_1` = 14825 WHERE entry=3604;
|
||||
|
||||
/* Quiver of the Night Watch */
|
||||
UPDATE `item_template` SET `spellid_1` = 29417 WHERE entry=3605;
|
||||
|
||||
/* Small Quiver */
|
||||
UPDATE `item_template` SET `spellid_1` = 29418 WHERE entry=5439;
|
||||
|
||||
/* Small Shot Pouch */
|
||||
UPDATE `item_template` SET `spellid_1` = 14824 WHERE entry=5441;
|
||||
|
||||
/* Light Leather Quiver */
|
||||
UPDATE `item_template` SET `spellid_1` = 29418 WHERE entry=7278;
|
||||
|
||||
/* Small Leather Ammo Pouch */
|
||||
UPDATE `item_template` SET `spellid_1` = 14824 WHERE entry=7279;
|
||||
|
||||
/* Heavy Quiver */
|
||||
UPDATE `item_template` SET `spellid_1` = 29416 WHERE entry=7371;
|
||||
|
||||
/* Heavy Leather Ammo Pouch */
|
||||
UPDATE `item_template` SET `spellid_1` = 14826 WHERE entry=7372;
|
||||
|
||||
/* Quickdraw Quiver */
|
||||
UPDATE `item_template` SET `spellid_1` = 29413 WHERE entry=8217;
|
||||
|
||||
/* Thick Leather Ammo Pouch */
|
||||
UPDATE `item_template` SET `spellid_1` = 14827 WHERE entry=8218;
|
||||
|
||||
/* Medium Quiver */
|
||||
UPDATE `item_template` SET `spellid_1` = 29418 WHERE entry=11362;
|
||||
|
||||
/* Medium Shot Pouch */
|
||||
UPDATE `item_template` SET `spellid_1` = 14824 WHERE entry=11363;
|
||||
|
||||
/* Ancient Sinew Wrapped Lamina */
|
||||
UPDATE `item_template` SET `spellid_1` = 29414 WHERE entry=18714;
|
||||
|
||||
/* Harpy Hide Quiver */
|
||||
UPDATE `item_template` SET `BuyPrice` = 350000, `SellPrice` = 87500, `spellid_1` = 29414 WHERE entry=19319;
|
||||
|
||||
/* Gnoll Skin Bandolier */
|
||||
UPDATE `item_template` SET `BuyPrice` = 350000, `SellPrice` = 87500, `spellid_1` = 14829 WHERE entry=19320;
|
||||
|
||||
/* Smuggler's Ammo Pouch */
|
||||
UPDATE `item_template` SET `spellid_1` = 14829 WHERE entry=29118;
|
||||
|
||||
/* Clefthoof Hide Quiver */
|
||||
UPDATE `item_template` SET `spellid_1` = 29414 WHERE entry=29143;
|
||||
|
||||
/* Worg Hide Quiver */
|
||||
UPDATE `item_template` SET `spellid_1` = 29414 WHERE entry=29144;
|
||||
|
||||
/* Knothide Ammo Pouch */
|
||||
UPDATE `item_template` SET `spellid_1` = 14829 WHERE entry=34099;
|
||||
|
||||
/* Knothide Quiver */
|
||||
UPDATE `item_template` SET `spellid_1` = 29414 WHERE entry=34100;
|
||||
|
||||
/* Quiver of a Thousand Feathers */
|
||||
UPDATE `item_template` SET `spellid_1` = 29414 WHERE entry=34105;
|
||||
|
||||
/* Netherscale Ammo Pouch */
|
||||
UPDATE `item_template` SET `spellid_1` = 14829 WHERE entry=34106;
|
||||
|
||||
/* Nerubian Reinforced Quiver */
|
||||
UPDATE `item_template` SET `spellid_1` = 29414 WHERE entry=44448;
|
||||
|
||||
/* Dragonscale Ammo Pouch */
|
||||
UPDATE `item_template` SET `spellid_1` = 14829 WHERE entry=44447;
|
||||
Reference in New Issue
Block a user