[Quest API] Add GetHealScale() and GetSpellScale() to Perl and Lua. (#1515)

This commit is contained in:
Kinglykrab
2021-09-03 20:47:33 -04:00
committed by GitHub
parent e1df72d64d
commit 119018cf41
3 changed files with 53 additions and 1 deletions
+2
View File
@@ -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