diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-20 06:00:16 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-20 06:00:16 -0300 |
| commit | d3b92e110a06c6bb2bc0214319b390059bdf7c4a (patch) | |
| tree | 51293060ad930091625645cc62a1df26eb90fa59 /src/magic.cc | |
| parent | bd3a6a04601749cbde007eaabf803fb602ee2783 (diff) | |
| download | game-d3b92e110a06c6bb2bc0214319b390059bdf7c4a.tar.gz game-d3b92e110a06c6bb2bc0214319b390059bdf7c4a.zip | |
more work on `communication.cc`
Diffstat (limited to 'src/magic.cc')
| -rw-r--r-- | src/magic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } } } |
