mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +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) {
|
if (target_requirement) {
|
||||||
msg = "Your target does not meet the spell requirements. ";
|
msg = "Your target does not meet the spell requirements. ";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user