[8804] changed some unhandled opcode-errors to debug

with this i also introduced a new status for opcodes
STATUS_UNHANDLED

not sure if i realy found all unhanddled opcodes
those are all based on empircal analysis of our serverlog
This commit is contained in:
balrok 2009-10-18 04:25:19 -04:00
parent f8ed87c45e
commit fb6f792cf3
4 changed files with 13 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8803"
#define REVISION_NR "8804"
#endif // __REVISION_NR_H__