Core/Creatures: Allow disabling melee attacks for all creatures, not just the ones using SAI
Port From (https://github.com/TrinityCore/TrinityCore/commit/d26d38075cdb56dcef77f05276a360e717cc5032)
This commit is contained in:
@@ -1295,9 +1295,9 @@ namespace Game.Scripting
|
||||
return ScriptMap.Empty();
|
||||
}
|
||||
|
||||
public List<TValue> GetStorage()
|
||||
public ICollection<TValue> GetStorage()
|
||||
{
|
||||
return ScriptMap.Values.ToList();
|
||||
return ScriptMap.Values;
|
||||
}
|
||||
|
||||
public void Unload()
|
||||
|
||||
Reference in New Issue
Block a user