Updated instance_warpall script command (#7591)

* Added a parameter to the instance_warpall script command to prevent dead players from being warped

Thanks to @aleos89, @Lemongrass3110 and @vstumpf for the reviews!
This commit is contained in:
Atemo
2023-02-12 16:09:20 +01:00
committed by GitHub
parent 36bcfaecee
commit bc7b9cdd2e
4 changed files with 34 additions and 9 deletions

View File

@@ -2090,6 +2090,11 @@ enum e_convertpcinfo_type : uint8 {
CPC_ACCOUNT = 2
};
enum e_instance_warpall_flag{
IWA_NONE = 0x00,
IWA_NOTDEAD = 0x01,
};
/**
* Player blocking actions related flags.
*/