Revert "Making $npc->RemoveFromHateList actually work"

This commit is contained in:
Michael Cook (mackal) 2015-05-25 13:20:26 -04:00
parent 5c4389effb
commit 41ca23eb7c

View File

@ -823,7 +823,7 @@ XS(XS_NPC_RemoveFromHateList)
if(ent == nullptr)
Perl_croak(aTHX_ "ent is nullptr, avoiding crash.");
THIS->CastToMob()->RemoveFromHateList(ent);
THIS->RemoveFromHateList(ent);
}
XSRETURN_EMPTY;