mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 17:58:16 +00:00
[Quest API] Add GetHealScale() and GetSpellScale() to Perl and Lua. (#1515)
This commit is contained in:
@@ -144,6 +144,8 @@ public:
|
||||
uint16 CountItem(uint32 item_id);
|
||||
uint32 GetItemIDBySlot(uint16 slot_id);
|
||||
uint16 GetFirstSlotByItemID(uint32 item_id);
|
||||
float GetHealScale();
|
||||
float GetSpellScale();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user