Core/Spells: Implemented SPELL_ATTR6_TAPS_IMMEDIATELY
Port From (https://github.com/TrinityCore/TrinityCore/commit/104c2ddb6a88318bbcb0ea67b3fdaba40a3213a1)
This commit is contained in:
@@ -321,7 +321,7 @@ namespace Game
|
||||
if (!ObjectManager.NormalizePlayerName(ref packet.Name))
|
||||
return;
|
||||
|
||||
ObjectGuid ignoreGuid;
|
||||
ObjectGuid ignoreGuid = ObjectGuid.Empty;
|
||||
FriendsResult ignoreResult = FriendsResult.IgnoreNotFound;
|
||||
|
||||
CharacterCacheEntry characterInfo = Global.CharacterCacheStorage.GetCharacterCacheByName(packet.Name);
|
||||
|
||||
Reference in New Issue
Block a user