Fixes AgitEnd2 Scriptcommand. (#1936)
OnAgitEnd2 events were not triggered by using the AgitEnd2 script command.
Follow up to 2043c95
This commit is contained in:
@@ -12492,9 +12492,6 @@ BUILDIN_FUNC(agitstart2)
|
||||
*/
|
||||
BUILDIN_FUNC(agitend2)
|
||||
{
|
||||
if (!agit2_flag)
|
||||
return SCRIPT_CMD_SUCCESS;// Agit2 already Ended.
|
||||
agit2_flag = false;
|
||||
guild_agit2_end();
|
||||
|
||||
return SCRIPT_CMD_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user