mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 22:01:30 +00:00
Cosmetic log fix from merge
This commit is contained in:
parent
163906e0f0
commit
cdd1e17348
@ -1312,13 +1312,13 @@ XS(XS_Client_MovePCInstance)
|
|||||||
if (THIS->IsMerc())
|
if (THIS->IsMerc())
|
||||||
_log(CLIENT__ERROR, "Perl(XS_Client_MovePCInstance) attempted to process a type Merc reference");
|
_log(CLIENT__ERROR, "Perl(XS_Client_MovePCInstance) attempted to process a type Merc reference");
|
||||||
else if (THIS->IsNPC())
|
else if (THIS->IsNPC())
|
||||||
_log(CLIENT__ERROR, "Perl(XS_MovePCInstance) attempted to process a type NPC reference");
|
_log(CLIENT__ERROR, "Perl(XS_Client_MovePCInstance) attempted to process a type NPC reference");
|
||||||
#ifdef BOTS
|
#ifdef BOTS
|
||||||
else if (THIS->IsBot())
|
else if (THIS->IsBot())
|
||||||
_log(CLIENT__ERROR, "Perl(XS_Client_MovePCInstance) attempted to process a type Bot reference");
|
_log(CLIENT__ERROR, "Perl(XS_Client_MovePCInstance) attempted to process a type Bot reference");
|
||||||
#endif
|
#endif
|
||||||
else
|
else
|
||||||
_log(CLIENT__ERROR, "Perl(XS_MovePCInstance) attempted to process an Unknown type reference");
|
_log(CLIENT__ERROR, "Perl(XS_Client_MovePCInstance) attempted to process an Unknown type reference");
|
||||||
|
|
||||||
Perl_croak(aTHX_ "THIS is not of type Client");
|
Perl_croak(aTHX_ "THIS is not of type Client");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user