mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
[Bug Fix] Fix issue with Client::SaveDisciplines() not specifying character ID (#4481)
This commit is contained in:
+2
-1
@@ -11117,7 +11117,8 @@ void Client::SaveDisciplines()
|
||||
CharacterDisciplinesRepository::DeleteWhere(
|
||||
database,
|
||||
fmt::format(
|
||||
"`slot_id` IN ({})",
|
||||
"`id` = {} AND `slot_id` IN ({})",
|
||||
CharacterID(),
|
||||
Strings::Join(delete_slots, ", ")
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user