From d3b92e110a06c6bb2bc0214319b390059bdf7c4a Mon Sep 17 00:00:00 2001 From: fusion32 Date: Fri, 20 Jun 2025 06:00:16 -0300 Subject: more work on `communication.cc` --- src/magic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/magic.cc') diff --git a/src/magic.cc b/src/magic.cc index 0b161ec..4ed1826 100644 --- a/src/magic.cc +++ b/src/magic.cc @@ -2566,7 +2566,7 @@ void ChangeData(TCreature *Actor, const char *Param){ GraphicalEffect(Actor->posx, Actor->posy, Actor->posz, EFFECT_MAGIC_GREEN); }else{ SendMessage(Actor->Connection, TALK_FAILURE_MESSAGE, - "You can\'t change %s in this way.", GetName(Obj)); + "You can't change %s in this way.", GetName(Obj)); } } } -- cgit v1.2.3