SkinsoftheInferior.lua 398 B

123456789101112131415
  1. --[[
  2. Script Name : ItemScripts/SkinsoftheInferior.lua
  3. Script Author : torsten
  4. Script Date : 2022.07.12 11:07:56
  5. Script Purpose :
  6. :
  7. --]]
  8. local TheFumeFireCeremony = 5635
  9. function examined(Item, Player)
  10. if not QuestStepIsComplete(Player, TheFumeFireCeremony, 4) then
  11. SetStepComplete(Player, TheFumeFireCeremony, 4)
  12. end
  13. end