Missed a file save

This commit is contained in:
KimLS 2013-05-11 16:39:22 -07:00
parent 70998d25e3
commit 60c93595f5

View File

@ -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<double>(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;
}