mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 10:38:20 +00:00
Fix client spell commands from saving the wrong setting
This commit is contained in:
@@ -165,7 +165,7 @@ void command_spell_delays(Client* c, const Seperator* sep)
|
||||
);
|
||||
}
|
||||
else {
|
||||
c->SetSpellHold(spellType, typeValue);
|
||||
c->SetSpellDelay(spellType, typeValue);
|
||||
c->Message(
|
||||
Chat::Green,
|
||||
fmt::format(
|
||||
|
||||
Reference in New Issue
Block a user