Remove the debug message for a wrong mob id in getmonsterinfo script command (already return a value)
This commit is contained in:
parent
7e92017092
commit
5e44c68a49
@ -15716,7 +15716,7 @@ BUILDIN_FUNC(getmonsterinfo)
|
||||
script_pushconststr(st,"null");
|
||||
else
|
||||
script_pushint(st,-1);
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
mob = mob_db(mob_id);
|
||||
switch ( script_getnum(st,3) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user