Skip to content

Commit

Permalink
Wall of Banishing: Remove non working method and comment why.
Browse files Browse the repository at this point in the history
Co-authored-by: WinterSolstice8 <[email protected]>
  • Loading branch information
Xaver-DaRed and WinterSolstice8 committed Nov 5, 2023
1 parent 3d2548d commit ff53595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/zones/Davoi/npcs/_45d.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ end
entity.onEventFinish = function(player, csid, option, npc)
if csid == 42 and option == 0 then
player:messageSpecial(ID.text.POWER_OF_THE_ORB_ALLOW_PASS)
npc:openDoor(20)

-- Animation for the "door" being open
-- Animation for the "door" being open.
-- NOTE: npc:openDoor sends a different animation packet and doesn't work.
npc:setAnimation(8)
npc:timer(1000 * 20, function(npcArg)
npcArg:setAnimation(9)
Expand Down

0 comments on commit ff53595

Please sign in to comment.