Core: Updated to 11.2.5.63704
Port From (https://github.com/TrinityCore/TrinityCore/commit/53068a94e88991ae7196fb247df4b7ca2e47e554)
This commit is contained in:
@@ -844,6 +844,12 @@ namespace Game.Entities
|
||||
updateField.RemoveValue(index);
|
||||
}
|
||||
|
||||
public void RemoveMapUpdateFieldValue<K, V>(MapUpdateField<K, V> setter, K key) where V : new()
|
||||
{
|
||||
AddToObjectUpdateIfNeeded();
|
||||
setter.MarkKeyForRemoval(key);
|
||||
}
|
||||
|
||||
public void ClearDynamicUpdateFieldValues<T>(DynamicUpdateField<T> updateField) where T : new()
|
||||
{
|
||||
AddToObjectUpdateIfNeeded();
|
||||
|
||||
Reference in New Issue
Block a user