Skip to content

Commit

Permalink
Fixed a missed locale
Browse files Browse the repository at this point in the history
  • Loading branch information
QartemisT committed Jan 16, 2022
1 parent fbd4fc7 commit 85551c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Party-WotLK/ForgeofSouls/Bronjahm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end
function mod:SPELL_AURA_APPLIED(args)
if args.spellId == 68839 then -- Corrupt Soul
if args:IsPlayer() then
specwarnCorruptedSoul:Show(DBM_COMMON_L.ROOM_EDGE)
specwarnCorruptedSoul:Show(DBM_COMMON_L.EDGE)
specwarnCorruptedSoul:Play("runtoedge")
else
warnCorruptSoul:Show(args.destName)
Expand Down

0 comments on commit 85551c4

Please sign in to comment.