mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Fix for passing std::string to vsprintf
This commit is contained in:
parent
db988e4261
commit
66935fe21b
@ -8248,7 +8248,7 @@ void Mob::SendCastRestrictionMessage(int requirement_id, bool target_requirement
|
||||
|
||||
*/
|
||||
|
||||
std::string msg = "";
|
||||
const char *msg = "";
|
||||
|
||||
if (target_requirement) {
|
||||
msg = "Your target does not meet the spell requirements. ";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user