summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorxazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-24 18:43:19 +0000
committerxazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-24 18:43:19 +0000
commite5afdf66b950242e33f9c163f0f70a8efa91ed08 (patch)
treedf08f4bd64cc7a3bc20499c54eb9093adc37df6b /src/map/skill.c
parent99451e33d3d7e6905b18fc9eddd96c16779728fd (diff)
downloadhercules-e5afdf66b950242e33f9c163f0f70a8efa91ed08.tar.gz
hercules-e5afdf66b950242e33f9c163f0f70a8efa91ed08.tar.bz2
hercules-e5afdf66b950242e33f9c163f0f70a8efa91ed08.tar.xz
hercules-e5afdf66b950242e33f9c163f0f70a8efa91ed08.zip
Moved a few messages from source to msg_athena.conf.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16495 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 5891aa7a3..842546a32 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -5011,7 +5011,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
if (sd)
clif_skill_fail(sd,skillid,USESKILL_FAIL_LEVEL,0);
if (skill_break_equip(bl, EQP_WEAPON, 10000, BCT_PARTY) && sd && sd != dstsd)
- clif_displaymessage(sd->fd,"You broke target's weapon");
+ clif_displaymessage(sd->fd, msg_txt(669));
}
break;