Skip to content

Commit

Permalink
[Custom] Move modelid probability change to classic part for c.12999 …
Browse files Browse the repository at this point in the history
…World Invisible Trigger

Based on cmangos/classic-db@286adcb
  • Loading branch information
AnonXS committed May 13, 2023
1 parent b695ed2 commit 8a66560
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utilities/cmangos_custom.sql
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ UPDATE creature_template SET `modelid2` = 0, `modelid3` = 0, `modelid4` = 0 WHER
5764 -- Guardian of B
);

UPDATE creature_template SET `modelid1` = 0, `modelid3` = 0, `modelid4` = 0 WHERE `entry` IN (
12999 -- World Invisible Trigger (11686)
);

-- ============================================================
-- TBC section
-- ============================================================
Expand Down Expand Up @@ -219,7 +223,6 @@ UPDATE creature_template SET `modelid2` = 0, `modelid3` = 0, `modelid4` = 0 WHER
);

UPDATE creature_template SET `modelid1` = 0, `modelid3` = 0, `modelid4` = 0 WHERE `entry` IN (
12999, -- World Invisible Trigger (11686)
21419, -- Infernal Attacker - modelid1 (17312)
22418 -- Archimonde Channel Target (18783)
);
Expand Down

0 comments on commit 8a66560

Please sign in to comment.