Skip to content

Commit c4eec52

Browse files
zackchadwickheyitsbenchTheSCREWEDSoftware
authored
fix(DB/creature): Howling Fjord Rope Swing Invisible Vehicle Stalker visibility (azerothcore#24101)
Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Co-authored-by: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com>
1 parent 5710567 commit c4eec52

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
--
2+
SET @ENTRY := 24705;
3+
4+
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 128 WHERE `entry` = @ENTRY;
5+
6+
DELETE FROM `creature_template_model` WHERE `CreatureID` = @ENTRY;
7+
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
8+
(@ENTRY, 0, 1126, 1, 0, 51831),
9+
(@ENTRY, 1, 11686, 1, 1, 51831);

0 commit comments

Comments
 (0)