fix(DB/Creature): Improve Crusader Forward Camp NPCs (#27157)
This commit is contained in:
parent
62bf0042be
commit
76c09163e5
1 changed files with 12 additions and 0 deletions
|
|
@ -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, '');
|
||||
Loading…
Reference in a new issue