From c0f0cf648a1cefee8a49472616f737add3bff2c7 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Fri, 26 Jan 2024 12:05:19 +0100 Subject: DB/Creature: Added Ragged Wolf Hide to drop table of Ragged Wolfs * fixes quest All the Other Stuff (24475) Closes #29521 --- sql/updates/world/master/2024_01_26_01_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2024_01_26_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2024_01_26_01_world.sql b/sql/updates/world/master/2024_01_26_01_world.sql new file mode 100644 index 00000000000..529d6aa4a4e --- /dev/null +++ b/sql/updates/world/master/2024_01_26_01_world.sql @@ -0,0 +1 @@ +UPDATE `creature_loot_template` SET `Item` = 49748, `Comment`='Ragged Wolf Hide (Quest Item)' WHERE `Item` = 750 AND `Entry` IN (705,704); -- cgit v1.2.3