feat(Core/Conf): handle custom creatures IDs and exclude them from checks (#10367)

This commit is contained in:
Bogir[rus]
2022-02-04 21:52:23 +05:00
committed by GitHub
parent 3401f9f185
commit 0b4d483783
2 changed files with 23 additions and 3 deletions

View File

@@ -1796,6 +1796,16 @@ NpcRegenHPIfTargetIsUnreachable = 1
NpcRegenHPTimeIfTargetIsUnreachable = 10
# Creatures.CustomIDs
# Description: The list of custom creatures with gossip dialogues hardcoded in core,
# 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" - Npc for Transmog, Guild-zone and 1v1-arena modules
# Default: ""
Creatures.CustomIDs = "190010"
#
###################################################################################################