Add files via upload

This commit is contained in:
Dinkledork
2023-03-17 09:41:40 -06:00
committed by GitHub
parent 2421ce12c3
commit 972cbc6a12
2 changed files with 4 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ function OnHardCore(event, player, unit, sender, intid, code)
player:RemoveItem(65000, player:GetItemCount(65000))
player:RemoveSpell(24939)
player:RemoveSpell(100117)
player:RemoveSpell(100117)
player:RemoveSpell(100118)
--else gossip ends
else
player:GossipComplete()

View File

@@ -20,7 +20,9 @@ end
-- Remove Murky
local function removeSpell(player)
player:RemoveSpell(24939)
player:RemoveSpell(24939)
player:RemoveSpell(100117)
player:RemoveSpell(100118)
end
-- Script body