mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Merge pull request #417 from EQEmu/revert-416-master
Revert "Making $npc->RemoveFromHateList actually work"
This commit is contained in:
+1
-1
@@ -823,7 +823,7 @@ XS(XS_NPC_RemoveFromHateList)
|
|||||||
if(ent == nullptr)
|
if(ent == nullptr)
|
||||||
Perl_croak(aTHX_ "ent is nullptr, avoiding crash.");
|
Perl_croak(aTHX_ "ent is nullptr, avoiding crash.");
|
||||||
|
|
||||||
THIS->CastToMob()->RemoveFromHateList(ent);
|
THIS->RemoveFromHateList(ent);
|
||||||
|
|
||||||
}
|
}
|
||||||
XSRETURN_EMPTY;
|
XSRETURN_EMPTY;
|
||||||
|
|||||||
Reference in New Issue
Block a user