From 658e936ace1dcca9ca74bf0f6f3b19400298c56c Mon Sep 17 00:00:00 2001 From: acidmanifesto Date: Wed, 16 Feb 2022 12:20:14 -0500 Subject: [PATCH] Fix (Conf): Add Gossip exemption for AZ Catelogue (#10705) https://github.com/azerothcore/mod-npc-all-mounts is failing due to its gossip not being made a exception. Since this is a AZ Catelogue NPC module. We add the exception into the conf as default for it to show passing. --- src/server/worldserver/worldserver.conf.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 724775d05..b0a3d7885 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1810,11 +1810,11 @@ NpcRegenHPTimeIfTargetIsUnreachable = 10 # divided by "," without spaces. # It is implied that you do not use for these NPC dialogs data from "gossip_menu" table. # Server will skip these IDs during the definitions validation process. -# Example: Creatures.CustomIDs = "190010,55005,999991,25462,98888" - Npcs for Transmog, Guild-zone, 1v1-arena modules -# Skip Dk Module, Racial Trait Swap Modules +# Example: Creatures.CustomIDs = "190010,55005,999991,25462,98888,601014" - Npcs for Transmog, Guild-zone, 1v1-arena, Skip Dk, +# Racial Trait Swap, NPC - All Mounts Modules # Default: "" -Creatures.CustomIDs = "190010,55005,999991,25462,98888" +Creatures.CustomIDs = "190010,55005,999991,25462,98888,601014" # ###################################################################################################