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:
KayenEQ
2014-11-15 23:40:13 -05:00
parent 94231b62a3
commit 01c580224d
4 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -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));