summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-22 05:31:05 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-22 05:31:05 +0000
commit1fdd9051b6ae3a72d43bfb2f490710f9a7b2eaf0 (patch)
tree394c620ee178ad4addfa5b5ed63b91a8583f72ea /src/map/status.c
parentc67c76ccdd9c8f534c15e05f368aad3b762b2450 (diff)
downloadhercules-1fdd9051b6ae3a72d43bfb2f490710f9a7b2eaf0.tar.gz
hercules-1fdd9051b6ae3a72d43bfb2f490710f9a7b2eaf0.tar.bz2
hercules-1fdd9051b6ae3a72d43bfb2f490710f9a7b2eaf0.tar.xz
hercules-1fdd9051b6ae3a72d43bfb2f490710f9a7b2eaf0.zip
Fixed bugreport:5208 Royal Guard's Force of Vanguard icon no longer goes negative.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15757 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c
index b69a0c9ec..17dcc258f 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -7545,6 +7545,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val
case SC_FORCEOFVANGUARD: // This is not the official way to handle it but I think we should use it. [pakpil]
val2 = 20 + 12 * (val1 - 1); // Chance
val3 = 5 + (2 * val1); // Max rage counters
+ tick = -1; //endless duration in the client
tick_time = 6000; // [GodLesZ] tick time
val_flag |= 1|2|4;
break;