DB/Creature: Fix a dberror

closes #30535 by CraftedRO
This commit is contained in:
Aokromes
2024-12-21 15:28:45 +01:00
committed by GitHub
parent 72f148916c
commit 7f5790db67

View File

@@ -0,0 +1,2 @@
-- Remove Cursed Darkhound from spawn_group too
DELETE FROM spawn_group WHERE `spawnType`=0 AND `spawnId`=45217;