mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-07 04:52:24 +00:00
[Cleanup] Remove can_corpse_be_rezzed from corpse.h (#3077)
# Notes - This is unused.
This commit is contained in:
parent
f7c4f1ff75
commit
3f1848b01a
@ -362,7 +362,6 @@ Corpse::Corpse(Client* client, int32 in_rezexp) : Mob (
|
|||||||
|
|
||||||
is_corpse_changed = true;
|
is_corpse_changed = true;
|
||||||
rez_experience = in_rezexp;
|
rez_experience = in_rezexp;
|
||||||
can_corpse_be_rezzed = true;
|
|
||||||
is_player_corpse = true;
|
is_player_corpse = true;
|
||||||
is_locked = false;
|
is_locked = false;
|
||||||
being_looted_by = 0xFFFFFFFF;
|
being_looted_by = 0xFFFFFFFF;
|
||||||
|
|||||||
@ -172,7 +172,6 @@ private:
|
|||||||
uint32 being_looted_by; /* Determines what the corpse is being looted by internally for logic */
|
uint32 being_looted_by; /* Determines what the corpse is being looted by internally for logic */
|
||||||
uint32 rez_experience; /* Amount of experience that the corpse would rez for */
|
uint32 rez_experience; /* Amount of experience that the corpse would rez for */
|
||||||
bool rez;
|
bool rez;
|
||||||
bool can_corpse_be_rezzed; /* Bool declaring whether or not a corpse can be rezzed */
|
|
||||||
bool become_npc;
|
bool become_npc;
|
||||||
int allowed_looters[MAX_LOOTERS]; /* People allowed to loot the corpse, character id */
|
int allowed_looters[MAX_LOOTERS]; /* People allowed to loot the corpse, character id */
|
||||||
Timer corpse_decay_timer; /* The amount of time in millseconds in which a corpse will take to decay (Depop/Poof) */
|
Timer corpse_decay_timer; /* The amount of time in millseconds in which a corpse will take to decay (Depop/Poof) */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user