From 3d3a5159e3f649d9c7a1087a1f1d066575bff1ed Mon Sep 17 00:00:00 2001 From: Aleos Date: Tue, 11 Oct 2022 08:03:30 -0400 Subject: [PATCH] Updates NPC_SIEGEMODE comment to known behavior (#7327) --- src/map/skill.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/skill.cpp b/src/map/skill.cpp index 797eb34619..3bd170db4d 100755 --- a/src/map/skill.cpp +++ b/src/map/skill.cpp @@ -9676,7 +9676,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, ui break; case NPC_SIEGEMODE: - // not sure what it does + // Not implemented/used: Gives EFST_SIEGEMODE which reduces speed to 1000. clif_skill_nodamage(src,bl,skill_id,skill_lv,1); break;