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