Removed quest queue from perl parser, should do events properly recursively

This commit is contained in:
KimLS
2013-07-05 01:46:24 -07:00
parent 9a63ee65c9
commit b11ed32bcf
3 changed files with 2 additions and 75 deletions
+1 -6
View File
@@ -259,12 +259,7 @@ void Embperl::eval_file(const char * packagename, const char * filename)
}
void Embperl::dosub(const char * subname, const std::vector<std::string> * args, int mode)
{//as seen in perlembed docs
#if EQDEBUG >= 5
if(InUse()) {
LogFile->write(EQEMuLog::Debug, "Warning: Perl dosub called for %s when perl is allready in use.\n", subname);
}
#endif
{
in_use = true;
bool err = false;
dSP; /* initialize stack pointer */