mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
fix a loading error crash, command to debug containers items ids
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "declarations.h"
|
||||
|
||||
class LuaException : public std::exception
|
||||
class LuaException : public Exception
|
||||
{
|
||||
public:
|
||||
LuaException(const std::string& error, int traceLevel = -1);
|
||||
|
Reference in New Issue
Block a user