mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 00:23:48 +00:00
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.
This commit is contained in:
@@ -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"
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user