mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-06 15:28:39 +00:00
Rename FindBehaviorSlotByEquipLocation to FindBehaviorSlot
Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
This commit is contained in:
@@ -366,7 +366,7 @@ public:
|
||||
* @param equipLocation the equipment location to find the behavior slot for
|
||||
* @return the behavior slot for the given equipment location
|
||||
*/
|
||||
static BehaviorSlot FindBehaviorSlotByEquipLocation(const std::string& equipLocation);
|
||||
static BehaviorSlot FindBehaviorSlot(const std::string& equipLocation);
|
||||
|
||||
/**
|
||||
* Checks if the inventory type is a temp inventory
|
||||
|
Reference in New Issue
Block a user