From 08d47edb4cd49b4c4fa77085257127c8e2cee74a Mon Sep 17 00:00:00 2001 From: Lance Date: Tue, 30 May 2006 18:13:16 +0000 Subject: [Optimized]: - clif_specialeffect to use the enums. [Improved]: - buildin_specialeffect and buildin_specialeffect2 to accept effect area definition. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6855 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/charcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/charcommand.c') diff --git a/src/map/charcommand.c b/src/map/charcommand.c index fc8c12820..610d7880a 100644 --- a/src/map/charcommand.c +++ b/src/map/charcommand.c @@ -890,7 +890,7 @@ charcommand_effect(const int fd, struct map_session_data* sd, if((pl_sd=map_nick2sd((char *) target)) == NULL) return -1; - clif_specialeffect(&pl_sd->bl, type, 0); + clif_specialeffect(&pl_sd->bl, type, AREA); clif_displaymessage(fd, msg_table[229]); // Your effect has changed. return 0; -- cgit v1.2.3-70-g09d2