mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Removed unused uint16 GetMana function call from Server/zone/questmgr.h
This commit is contained in:
@@ -354,7 +354,6 @@ public:
|
|||||||
bool createBot(const char *name, const char *lastname, uint8 level, uint16 race, uint8 botclass, uint8 gender);
|
bool createBot(const char *name, const char *lastname, uint8 level, uint16 race, uint8 botclass, uint8 gender);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
inline uint16 GetMana(uint32 spell_id) { return( spells[spell_id].mana); }
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::stack<running_quest> quests_running_;
|
std::stack<running_quest> quests_running_;
|
||||||
|
|||||||
Reference in New Issue
Block a user