浏览代码

Fixed bugreport:5208 Royal Guard's Force of Vanguard icon no longer goes negative.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15757 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind 13 年之前
父节点
当前提交
1616fe5c79
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/map/status.c

+ 1 - 0
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;