Merge branch 'master' into ScheduleCreatureRespawn

This commit is contained in:
天鹭 2025-10-11 17:53:00 +08:00 committed by GitHub
commit c888ab9325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,3 @@
-- DB update 2025_10_10_01 -> 2025_10_11_00
-- Removes skinloot ID from the kodo appration
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` = 11521;