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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user