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:
hondacrx
2024-02-06 15:32:46 -05:00
parent d1ad9f662e
commit a1a78bf8b0
4 changed files with 18 additions and 2 deletions
+8
View File
@@ -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
#
###################################################################################################