mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +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);
|
||||
#endif
|
||||
|
||||
inline uint16 GetMana(uint32 spell_id) { return( spells[spell_id].mana); }
|
||||
|
||||
private:
|
||||
std::stack<running_quest> quests_running_;
|
||||
|
||||
Reference in New Issue
Block a user