浏览代码

Fixes Rifle damage being lower than expected (#6048)

Fixes #6018.
Resolves Rifle damage not properly accounting for skill ratio damage.
Thanks to @Indigo000!
Aleos 3 年之前
父节点
当前提交
4bca1867b7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/map/battle.cpp

+ 1 - 0
src/map/battle.cpp

@@ -3607,6 +3607,7 @@ static void battle_calc_skill_base_damage(struct Damage* wd, struct block_list *
 				switch(sd->status.weapon) {
 					case W_BOW:
 					case W_REVOLVER:
+					case W_RIFLE:
 					case W_GATLING:
 					case W_SHOTGUN:
 					case W_GRENADE: