mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-07 19:27:45 +00:00
fix infinite loop trying to return from Event
Scene00099 doesn't do anything and causes server to infinitely attempt to return from it
This commit is contained in:
parent
3008404c22
commit
4679420d84
1 changed files with 0 additions and 2 deletions
|
@ -96,8 +96,6 @@ class SubFst009 : public Sapphire::ScriptAPI::QuestScript
|
||||||
{
|
{
|
||||||
if (result.getResult(0) == 1)
|
if (result.getResult(0) == 1)
|
||||||
Scene00100(quest, player);
|
Scene00100(quest, player);
|
||||||
else
|
|
||||||
Scene00099(quest, player);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Reference in a new issue