From 60c93595f5dd65780eb91d9a56207bdb3d77c9a4 Mon Sep 17 00:00:00 2001 From: KimLS Date: Sat, 11 May 2013 16:39:22 -0700 Subject: [PATCH] Missed a file save --- zone/lua_parser.cpp | 11 ----------- 1 file changed, 11 deletions(-) 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; }