- The status change timer mismatch error now also displays which status change it was
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5756 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
a387f9ba5f
commit
ab5fbe4191
@ -5191,7 +5191,7 @@ int status_change_timer(int tid, unsigned int tick, int id, int data)
|
||||
|
||||
if(sc->data[type].timer != tid) {
|
||||
if(battle_config.error_log)
|
||||
ShowError("status_change_timer %d != %d\n",tid,sc->data[type].timer);
|
||||
ShowError("status_change_timer: Mismatch for type %d: %d != %d\n",type,tid,sc->data[type].timer);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user