[Optimized]:
- clif_specialeffect to use the enums. [Improved]: - buildin_specialeffect and buildin_specialeffect2 to accept effect area definition. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6855 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user