mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 06:16:38 +00:00
Two crash fixes reported on the forums are hopefully fixed.
This commit is contained in:
@@ -327,7 +327,6 @@ public:
|
||||
//The corpse we make can only be looted by people who got credit for the kill
|
||||
const bool HasPrivateCorpse() const { return NPCTypedata->private_corpse; }
|
||||
const bool IsUnderwaterOnly() const { return NPCTypedata->underwater; }
|
||||
const uint32 GetNPCEmoteID() const { return NPCTypedata->emoteid; }
|
||||
const char* GetRawNPCTypeName() const { return NPCTypedata->name; }
|
||||
|
||||
bool GetDepop() { return p_depop; }
|
||||
|
||||
Reference in New Issue
Block a user