mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 18:46:37 +00:00
Merge from master
This commit is contained in:
@@ -253,6 +253,8 @@ public:
|
||||
bool createBot(const char *name, const char *lastname, uint8 level, uint16 race, uint8 botclass, uint8 gender);
|
||||
#endif
|
||||
|
||||
inline uint16 GetMana(uint32 spell_id) { return( spells[spell_id].mana); }
|
||||
|
||||
protected:
|
||||
Mob *owner; //NPC is never nullptr when functions are called.
|
||||
Client *initiator; //this can be null.
|
||||
|
||||
Reference in New Issue
Block a user