summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorcsnv <ctt@csnv.es>2014-09-15 22:27:40 +0200
committercsnv <ctt@csnv.es>2014-09-15 22:27:40 +0200
commitcb0de0393e20f2a85928d2c61bfe8a039486c3d6 (patch)
treec03e1c9269679bc57902ebd32ec45f9448bb71a1 /src/map
parent50e1f6c0781df16026cd64bdd87f206295c4a8aa (diff)
downloadhercules-cb0de0393e20f2a85928d2c61bfe8a039486c3d6.tar.gz
hercules-cb0de0393e20f2a85928d2c61bfe8a039486c3d6.tar.bz2
hercules-cb0de0393e20f2a85928d2c61bfe8a039486c3d6.tar.xz
hercules-cb0de0393e20f2a85928d2c61bfe8a039486c3d6.zip
Text align
Diffstat (limited to 'src/map')
-rw-r--r--src/map/status.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 4f7effa4a..7394c876a 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -6705,11 +6705,11 @@ void status_display_remove(struct map_session_data *sd, enum sc_type type) {
* 'rate' = base success rate. 10000 = 100%
* 'tick' is base duration
* 'flag':
-* &1: Cannot be avoided (it has to start)
-* &2: Tick should not be reduced (by vit, luk, lv, etc)
-* &4: sc_data loaded, no value has to be altered.
-* &8: rate should not be reduced (not evaluated here, but in some calls to other functions)
-* &16: SI will not be sent to the client
+* &1 : Cannot be avoided (it has to start)
+* &2 : Tick should not be reduced (by vit, luk, lv, etc)
+* &4 : sc_data loaded, no value has to be altered.
+* &8 : rate should not be reduced (not evaluated here, but in some calls to other functions)
+* &16: Status icon (SI) should not be send
*------------------------------------------*/
int status_change_start(struct block_list *src, struct block_list *bl, enum sc_type type, int rate, int val1, int val2, int val3, int val4, int tick, int flag) {
struct map_session_data *sd = NULL;