From 03b942c8fc891f0ff9aa1950333056295cf6d5b8 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sun, 11 May 2025 16:49:43 +0200 Subject: [PATCH] Delete sql/world/base/quiver_haste.sql content moved to vanilla_item_changes --- sql/world/base/quiver_haste.sql | 89 --------------------------------- 1 file changed, 89 deletions(-) delete mode 100644 sql/world/base/quiver_haste.sql diff --git a/sql/world/base/quiver_haste.sql b/sql/world/base/quiver_haste.sql deleted file mode 100644 index d56adf7..0000000 --- a/sql/world/base/quiver_haste.sql +++ /dev/null @@ -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;