mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Creature): Sack of Relics (24439) update models and remove duplicate spawn (#24131)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user