diff --git a/data-otservbr-global/scripts/creaturescripts/quests/heart_of_destruction/charged_anomaly_death.lua b/data-otservbr-global/scripts/creaturescripts/quests/heart_of_destruction/charged_anomaly_death.lua index b1eba8e4fc7..6d423ff6874 100644 --- a/data-otservbr-global/scripts/creaturescripts/quests/heart_of_destruction/charged_anomaly_death.lua +++ b/data-otservbr-global/scripts/creaturescripts/quests/heart_of_destruction/charged_anomaly_death.lua @@ -22,7 +22,7 @@ function chargedAnomalyDeath.onDeath(creature) return true end - local boss = Game.createMonster(config.bossName, bossPosition, false, true) + local boss = Game.createMonster(config.bossName, config.bossPosition, false, true) if boss then boss:addHealth(-healthRemove) end