mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
perl $npc->ChangeLastName(name)
perl $npc->ClearLastName() Modifies NPC last names.
This commit is contained in:
@@ -361,6 +361,9 @@ public:
|
||||
const bool IsUnderwaterOnly() const { return NPCTypedata->underwater; }
|
||||
const char* GetRawNPCTypeName() const { return NPCTypedata->name; }
|
||||
|
||||
void ChangeLastName(const char* in_lastname);
|
||||
void ClearLastName();
|
||||
|
||||
bool GetDepop() { return p_depop; }
|
||||
|
||||
void NPCSlotTexture(uint8 slot, uint16 texture); // Sets new material values for slots
|
||||
|
||||
Reference in New Issue
Block a user