Explorar o código

Removes Bowling Bash Chain Damage (#4695)

* Fixes #4693.
* Removes Bowling Bash chained damage stacking on top of itself.
Thanks to @violent01 and @yashimwong!
Yashim Wong %!s(int64=5) %!d(string=hai) anos
pai
achega
e2de896414
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/map/skill.cpp

+ 2 - 0
src/map/skill.cpp

@@ -5333,8 +5333,10 @@ int skill_castend_damage_id (struct block_list* src, struct block_list *bl, uint
 					break;
 				}
 			}
+#ifndef  RENEWAL
 			// Original hit or chain hit depending on flag
 			skill_attack(BF_WEAPON,src,src,bl,skill_id,skill_lv,tick,(flag&0xFFF)>0?SD_ANIMATION:0);
+#endif
 		}
 		break;