Show
Ignore:
Timestamp:
11/19/08 13:39:41 (17 years ago)
Author:
yumileroy
Message:

[svn] Spell target selection improvement. Remove most mangos hacks in spell target selection. (work almost done)
Merge mangos svn rev 6744.

Original author: megamage
Date: 2008-10-31 11:04:32-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/MiscHandler.cpp

    r102 r139  
    773773        ignoreResult = FRIEND_IGNORE_ADDED; 
    774774 
    775         _player->GetSocial()->AddToSocialList(GUID_LOPART(IgnoreGuid), true); 
     775        if(!_player->GetSocial()->AddToSocialList(GUID_LOPART(IgnoreGuid), true)) 
     776            ignoreResult = FRIEND_IGNORE_FULL; 
    776777    } 
    777778    else if(ignoreResult==FRIEND_IGNORE_ALREADY)