From 1ef51b21fd22d2390e3133b1b1ce0112049279fc Mon Sep 17 00:00:00 2001 From: dmcintosh-BCT Date: Thu, 21 Jul 2022 17:35:59 -0400 Subject: [PATCH] Removed unused uint16 GetMana function call from Server/zone/questmgr.h --- zone/questmgr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/questmgr.h b/zone/questmgr.h index 0183a4098..af68dad08 100644 --- a/zone/questmgr.h +++ b/zone/questmgr.h @@ -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 quests_running_;