diff --git a/zone/lua_parser.cpp b/zone/lua_parser.cpp index 2e2afca31..6cd3eb050 100644 --- a/zone/lua_parser.cpp +++ b/zone/lua_parser.cpp @@ -131,17 +131,6 @@ double LuaParser::EventNPC(QuestEventID evt, NPC* npc, Mob *init, std::string da return 100.0; } - - //try { - // double val = luabind::call_function(L, LuaEvents[evt], l_npc); - // return val; - //} catch(std::exception &ex) { - // if(strcmp(ex.what(), "unable to make cast") != 0) { - // printf("%s\n", ex.what()); - // } - // return 100.0; - //} - return 100.0; }