mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
Lua fixes, need to get perl working again D=
This commit is contained in:
+2
-2
@@ -1066,8 +1066,8 @@ void PerlembParser::ExportEventVariables(std::string &package_name, QuestEventID
|
||||
{
|
||||
switch (event) {
|
||||
case EVENT_SAY: {
|
||||
if(npc && mob) {
|
||||
npc->DoQuestPause(mob);
|
||||
if(npcmob && mob) {
|
||||
npcmob->DoQuestPause(mob);
|
||||
}
|
||||
|
||||
ExportVar(package_name.c_str(), "data", objid);
|
||||
|
||||
Reference in New Issue
Block a user