mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
Target username instead of uuid
This commit is contained in:
parent
477c23dd67
commit
2ce9b319a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue