mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 17:43:47 +00:00
fix(DB/creature): Howling Fjord Rope Swing Invisible Vehicle Stalker visibility (#24101)
Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Co-authored-by: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
--
|
||||
SET @ENTRY := 24705;
|
||||
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 128 WHERE `entry` = @ENTRY;
|
||||
|
||||
DELETE FROM `creature_template_model` WHERE `CreatureID` = @ENTRY;
|
||||
INSERT INTO `creature_template_model` (`CreatureID`, `Idx`, `CreatureDisplayID`, `DisplayScale`, `Probability`, `VerifiedBuild`) VALUES
|
||||
(@ENTRY, 0, 1126, 1, 0, 51831),
|
||||
(@ENTRY, 1, 11686, 1, 1, 51831);
|
||||
Reference in New Issue
Block a user