diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-22 03:02:51 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-22 03:02:51 +0000 |
commit | 158791a9e31025b73ea3d1bcb36212ee61740dcb (patch) | |
tree | 549abad6aa13c68e8a00aa45f51b24fe0d064031 /src/map/mob.c | |
parent | 5843032c1974caac3fc3f03b436a36fb3c1ae361 (diff) | |
download | hercules-158791a9e31025b73ea3d1bcb36212ee61740dcb.tar.gz hercules-158791a9e31025b73ea3d1bcb36212ee61740dcb.tar.bz2 hercules-158791a9e31025b73ea3d1bcb36212ee61740dcb.tar.xz hercules-158791a9e31025b73ea3d1bcb36212ee61740dcb.zip |
Follow up to r14392, forgot to remove the old snprintf.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14393 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index 4f98b8a39..5db82f6c1 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2995,7 +2995,6 @@ int mobskill_use(struct mob_data *md, unsigned int tick, int event) snprintf(name, sizeof name,"%s", md->name); strtok(name, "#"); // discard extra name identifier if present [Daegaladh] snprintf(temp, sizeof temp,"%s : %s", name, mc->msg); - snprintf(temp, sizeof temp,"%s : %s", md->name, mc->msg); clif_messagecolor(&md->bl, mc->color, temp); } |