mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
Target username instead of uuid
This commit is contained in:
@@ -741,7 +741,7 @@ api.castSpell = {
|
||||
user: user.profile.name,
|
||||
class: klass,
|
||||
spell: spellId,
|
||||
target: partyMembers._id,
|
||||
target: partyMembers.profile.name,
|
||||
});
|
||||
} else {
|
||||
party.sendChat(message, null, null, {
|
||||
|
||||
Reference in New Issue
Block a user