mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Missed a file save
This commit is contained in:
parent
70998d25e3
commit
60c93595f5
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user