From 7d05fc72a95841641ea33524e02244cec3cf64cc Mon Sep 17 00:00:00 2001 From: Atemo Date: Wed, 1 Nov 2023 23:06:51 +0100 Subject: [PATCH] Update src/map/battle.cpp Co-authored-by: munkrej --- src/map/battle.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/battle.cpp b/src/map/battle.cpp index 6e419fa7ac..fa569bc749 100644 --- a/src/map/battle.cpp +++ b/src/map/battle.cpp @@ -3468,6 +3468,7 @@ int battle_get_magic_element(struct block_list* src, struct block_list* target, element = sd->bonus.arrow_ele; break; case SU_CN_METEOR: + case SU_CN_METEOR2: case SH_HYUN_ROKS_BREEZE: case SH_HYUN_ROK_CANNON: if (sc && sc->count) {