mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Fix for passing std::string to vsprintf
This commit is contained in:
@@ -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. ";
|
||||||
|
|||||||
Reference in New Issue
Block a user