fix(DB/Creature): Improve Crusader Forward Camp NPCs (#27157)

This commit is contained in:
Gultask 2026-08-15 00:05:52 -03:00 committed by GitHub
parent 62bf0042be
commit 76c09163e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,12 @@
--
DELETE FROM `creature_template_addon` WHERE (`entry` = 29689);
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(29689, 0, 0, 0, 1, 333, 0, '');
DELETE FROM `creature_template_addon` WHERE (`entry` = 29688);
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(29688, 0, 0, 0, 1, 233, 0, '');
DELETE FROM `creature_template_addon` WHERE (`entry` = 29691);
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(29691, 0, 0, 7, 0, 0, 0, '');