fix(DB/Creature) Thornvine Creeper is skinnable with herbalism. (#21350)

This commit is contained in:
Rocco Silipo 2025-02-07 12:32:19 +01:00 committed by GitHub
parent edb49c86e9
commit c08b40d2bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,3 @@
-- Thornvine Creeper skinloot
UPDATE `creature_template` SET `skinloot` = 80007 WHERE (`entry` = 23874);