fix(DB/Creature): Sack of Relics (24439) update models and remove duplicate spawn (#24131)

This commit is contained in:
Gultask
2025-12-26 15:19:46 -03:00
committed by GitHub
parent 5e34694741
commit 16e89166e5

View File

@@ -0,0 +1,7 @@
-- Delete Duplicate
DELETE FROM `creature` WHERE (`id1` = 24439) AND (`guid` IN (142710));
DELETE FROM `creature_template_model` WHERE (`CreatureID` = 24439);
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
(24439, 0, 24780, 1, 1, 51831),
(24439, 1, 11686, 1, 0, 51831);