mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 08:11:30 +00:00
[Bug Fix] Fix Perl Croak for GetEnt() (#1898)
This commit is contained in:
parent
f26d56d6d5
commit
724d47432b
@ -34,7 +34,7 @@ XS(XS_HateEntry_GetEnt); /* prototype to pass -Wmissing-prototypes */
|
|||||||
XS(XS_HateEntry_GetEnt) {
|
XS(XS_HateEntry_GetEnt) {
|
||||||
dXSARGS;
|
dXSARGS;
|
||||||
if (items != 1)
|
if (items != 1)
|
||||||
Perl_croak(aTHX_ "Usage: HateEntry::GetData(THIS)"); // @categories Script Utility, Hate and Aggro
|
Perl_croak(aTHX_ "Usage: HateEntry::GetEnt(THIS)"); // @categories Script Utility, Hate and Aggro
|
||||||
{
|
{
|
||||||
struct_HateList *THIS;
|
struct_HateList *THIS;
|
||||||
Mob *RETVAL;
|
Mob *RETVAL;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user