mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Implemented NPC Special Ability 41 'Allow To Tank', gives NPC opportunity to take aggro over a client in melee range.
This commit is contained in:
+1
-1
@@ -1571,7 +1571,7 @@ XS(XS_Mob_TypesTempPet)
|
||||
{
|
||||
dXSARGS;
|
||||
if (items < 2 || items > 7)
|
||||
Perl_croak(aTHX_ "Usage: Mob::TypesTempPet(THIS, typesid, name=nullptr, duration=0, follow=0, sticktarg=0, target=nullptr)");
|
||||
Perl_croak(aTHX_ "Usage: Mob::TypesTempPet(THIS, typesid, name=nullptr, duration=0, follow=0, target=nullptr, sticktarg=0,)");
|
||||
{
|
||||
Mob * THIS;
|
||||
uint32 typesid = (uint32)SvUV(ST(1));
|
||||
|
||||
Reference in New Issue
Block a user