Skip to content

docs: update send money command for money string parsing#1206

Merged
Kitzunu merged 2 commits into
masterfrom
copilot/fix-wiki-update-needed
May 5, 2026
Merged

docs: update send money command for money string parsing#1206
Kitzunu merged 2 commits into
masterfrom
copilot/fix-wiki-update-needed

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 5, 2026

azerothcore-wotlk#25702 changed HandleSendMoneyCommand to accept a Tail string instead of uint32, enabling currency-suffixed money input via MoneyStringToMoney.

Changes

  • docs/gm-commands.md: Updated .send money entry
    • Syntax: #money$money (string parameter)
    • Description: documents both accepted formats — raw copper integer and g/s/c-suffixed currency string
.send money PlayerName "Subject" "Body" 1g2s3c
.send money PlayerName "Subject" "Body" 5g
.send money PlayerName "Subject" "Body" 1000   # raw copper still valid

Copilot AI changed the title [WIP] Fix wiki to reflect PR about money string parsing and validation docs: update send money command for money string parsing May 5, 2026
Copilot finished work on behalf of Kitzunu May 5, 2026 16:21
Copilot AI requested a review from Kitzunu May 5, 2026 16:21
@Kitzunu Kitzunu marked this pull request as ready for review May 5, 2026 17:42
@Kitzunu Kitzunu merged commit 3ae3963 into master May 5, 2026
1 check passed
@Kitzunu Kitzunu deleted the copilot/fix-wiki-update-needed branch May 5, 2026 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wiki Update Needed: feat(Scripts/Commands): Parse money string and validate sendmoney com…

2 participants