mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-03 23:03:51 +00:00
Revert "Making $npc->RemoveFromHateList actually work"
This commit is contained in:
parent
5c4389effb
commit
41ca23eb7c
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user