Changeset 139 for trunk/src/game/MiscHandler.cpp
- Timestamp:
- 11/19/08 13:39:41 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/MiscHandler.cpp
r102 r139 773 773 ignoreResult = FRIEND_IGNORE_ADDED; 774 774 775 _player->GetSocial()->AddToSocialList(GUID_LOPART(IgnoreGuid), true); 775 if(!_player->GetSocial()->AddToSocialList(GUID_LOPART(IgnoreGuid), true)) 776 ignoreResult = FRIEND_IGNORE_FULL; 776 777 } 777 778 else if(ignoreResult==FRIEND_IGNORE_ALREADY)