mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 17:24:33 +00:00
Merge branch 'azerothcore:master' into Playerbot
This commit is contained in:
@@ -3002,6 +3002,15 @@ ListenRange.TextEmote = 40
|
||||
|
||||
ListenRange.Yell = 300
|
||||
|
||||
#
|
||||
# Creature.RepositionAgainstNpcs
|
||||
# Description: Enables circling and backwards repositioning during NPC versus NPC combat.
|
||||
# Set to 0 to keep the legacy optimization that disables these moves for NPCs.
|
||||
# Default: 1 - (Enabled, uses more CPU, but looks better)
|
||||
# 0 - (Disabled, uses less CPU)
|
||||
|
||||
Creature.RepositionAgainstNpcs = 1
|
||||
|
||||
#
|
||||
# Creature.MovingStopTimeForPlayer
|
||||
# Description: Time (in milliseconds) during which creature will not move after
|
||||
|
||||
Reference in New Issue
Block a user