Skip to content

Commit

Permalink
Gnomeregan_Classic/Grubbis: Fix interrupt message
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Feb 15, 2024
1 parent fb63d1b commit 62abbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gnomeregan_Classic/Grubbis.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function mod:Petrify(args)
end

function mod:PetrifyInterrupted(args)
if args.extraSpellName == self:SpellName(425265) then
if args.extraSpellName == self:SpellName(436100) then
self:Message(436100, "green", CL.interrupted_by:format(args.extraSpellName, self:ColorName(args.sourceName)))
end
end
Expand Down

0 comments on commit 62abbbc

Please sign in to comment.