-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SendAreaTriggerMessage not fmt formatted #20006
Comments
This comment has been minimized.
This comment has been minimized.
Easy fix. I can add it to my todo list of things for when I have time to fix it. Otherwise, just look at any of my previous commits |
Also there is many incomplete hpylink message at server.log, same as this, after the message change pr 2024-09-22 12:22:45 Player Horse GUID Full: 0x0000000000003f98 Type: Player Low: 16280 sent a message with an invalid link: which at WorldSession.cpp 767 line bool WorldSession::ValidateHyperlinksAndMaybeKick(std::string_view str)
} |
Current Behaviour
wrong format error message when trying to enter an instance "You must be at least level {} to enter."
Expected Blizzlike Behaviour
{} should be 70 in this case
Source
azerothcore-wotlk/src/server/game/Handlers/MiscHandler.cpp
Line 691 in a196f7f
likely this as well
azerothcore-wotlk/src/server/game/Handlers/MiscHandler.cpp
Line 708 in a196f7f
Steps to reproduce the problem
level <70
.go xyz 3088 1375 185 530 4.6
Extra Notes
No response
AC rev. hash/commit
a196f7f
Operating system
ubuntu 24.04
Custom changes or Modules
No response
The text was updated successfully, but these errors were encountered: