diff options
Diffstat (limited to 'src/map/channel.c')
-rw-r--r-- | src/map/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/channel.c b/src/map/channel.c index 3bb2016d8..f1946385d 100644 --- a/src/map/channel.c +++ b/src/map/channel.c @@ -290,7 +290,7 @@ static void channel_send(struct channel_data *chan, struct map_session_data *sd, for (i = 0; i < MAX_EVENTQUEUE; i++) { if (chan->handlers[i][0] != '\0') { - pc->setregstr(sd, script->add_str("@channelmes$"), msg); + pc->setregstr(sd, script->add_variable("@channelmes$"), msg); npc->event(sd, chan->handlers[i], 0); } } |