missing )

This commit is contained in:
nytmyr
2024-12-17 15:15:11 -06:00
parent e1d4a68d89
commit 8377797523
+1 -1
View File
@@ -368,7 +368,7 @@ void bot_command_blocked_pet_buffs(Client* c, const Seperator* sep)
uint16 spell_id;
if (!arg1.compare("add")) {
if (!sep->IsNumber(2) || !IsValidSpell(atoi(sep->arg[2])) || !IsBeneficialSpell(atoi(sep->arg[2])) {
if (!sep->IsNumber(2) || !IsValidSpell(atoi(sep->arg[2])) || !IsBeneficialSpell(atoi(sep->arg[2]))) {
c->Message(Chat::Yellow, "You must enter a valid spell ID.");
return;
}