From f18a667f920daad8874232929c3f7b4680f33276 Mon Sep 17 00:00:00 2001 From: brianluau Date: Fri, 31 Aug 2012 01:44:18 +0000 Subject: - Fixed @item so it only displays message "Item created" on success. - Changed @raisemap to also function as "@healmap". - Changed txt_time() to omit days/hours/seconds if there are none. - Also applied the 'min_chat_delay' to @main, @pettalk and @homtalk. - Fixed a warning in skill.c (bugreport:6593) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16722 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index 8ad773a73..52fec7d52 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -16390,7 +16390,7 @@ int skill_elementalanalysis(struct map_session_data* sd, int n, int skill_lv, un } int skill_changematerial(struct map_session_data *sd, int n, unsigned short *item_list) { - int i, j, k, c, p, nameid, amount; + int i, j, k, c, p = 0, nameid, amount; nullpo_ret(sd); nullpo_ret(item_list); -- cgit v1.2.3-60-g2f50