Core/Loot: implemented a custom server config setting to enable or disable AE loot
Port From (https://github.com/TrinityCore/TrinityCore/commit/ccc083593af16f505263f889712f46f9382bb588)
This commit is contained in:
@@ -3404,6 +3404,14 @@ Creature.CheckInvalidPosition = 0
|
||||
|
||||
GameObject.CheckInvalidPosition = 0
|
||||
|
||||
#
|
||||
# Loot.EnableAELoot
|
||||
# Description: Enables AE loot which will allow looting all creatures within a 30 yards radius at once
|
||||
# Default: 1 - (AE loot enabled)
|
||||
# 0 - (AE loot disabled)
|
||||
|
||||
Loot.EnableAELoot = 1
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user