aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2024-01-26 12:05:19 +0100
committerModoX <moardox@gmail.com>2024-01-26 12:05:42 +0100
commitc0f0cf648a1cefee8a49472616f737add3bff2c7 (patch)
tree81c23371a751006bbcf979f4a0e3102da9df3dfa
parent2710e612c4c1d4b57c2d4c306ff923ddc0868037 (diff)
DB/Creature: Added Ragged Wolf Hide to drop table of Ragged Wolfs
* fixes quest All the Other Stuff (24475) Closes #29521
-rw-r--r--sql/updates/world/master/2024_01_26_01_world.sql1
1 files changed, 1 insertions, 0 deletions
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);