mirror of
https://github.com/araxiaonline/RandomScriptsforAzerothCore.git
synced 2026-06-13 02:22:19 -04:00
Add files via upload
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user