Remove GetID

This commit is contained in:
Kinglykrab
2025-08-15 14:42:53 -04:00
parent 79b790e739
commit 137e79bc7c
2 changed files with 0 additions and 14 deletions
-1
View File
@@ -880,7 +880,6 @@ namespace PetCommand {
{ PetCommand::Max, "Max" }
};
uint8 GetID(std::string pet_command);
std::string GetName(uint8 pet_command);
bool IsValid(uint8 pet_command);
}