mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 15:46:37 +00:00
[Quest API] Add Potion Belt Methods (#4634)
* [Quest API] Add Potion Belt Methods * Update client.h * Cleanup * Update client.h * Constrain properly --------- Co-authored-by: Akkadius <akkadius1@gmail.com>
This commit is contained in:
@@ -515,6 +515,9 @@ public:
|
||||
uint32 GetBandolierItemIcon(uint8 bandolier_slot, uint8 slot_id);
|
||||
uint32 GetBandolierItemID(uint8 bandolier_slot, uint8 slot_id);
|
||||
std::string GetBandolierItemName(uint8 bandolier_slot, uint8 slot_id);
|
||||
uint32 GetPotionBeltItemIcon(uint8 slot_id);
|
||||
uint32 GetPotionBeltItemID(uint8 slot_id);
|
||||
std::string GetPotionBeltItemName(uint8 slot_id);
|
||||
|
||||
// account data buckets
|
||||
void SetAccountBucket(std::string bucket_name, std::string bucket_value);
|
||||
|
||||
Reference in New Issue
Block a user