Skip to content

Commit 790cda1

Browse files
authored
Merge pull request #9730 from ThrisStraizo
[Quest] Remove unneeded THF AF1 stew code
2 parents e39f1ae + 471e77b commit 790cda1

1 file changed

Lines changed: 0 additions & 39 deletions

File tree

scripts/quests/windurst/THF_AF1_The_Tenshodo_Showdown.lua

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -130,45 +130,6 @@ quest.sections =
130130
},
131131
},
132132

133-
{
134-
check = function(player, status, vars)
135-
return status == xi.questStatus.QUEST_ACCEPTED and
136-
not player:hasItem(xi.item.BOWL_OF_QUADAV_STEW)
137-
end,
138-
139-
[xi.zone.BEADEAUX] =
140-
{
141-
['Bronze_Quadav'] =
142-
{
143-
onSteal = function(player, target, ability, action)
144-
return xi.item.BOWL_OF_QUADAV_STEW
145-
end
146-
},
147-
148-
['Garnet_Quadav'] =
149-
{
150-
onSteal = function(player, target, ability, action)
151-
return xi.item.BOWL_OF_QUADAV_STEW
152-
end
153-
},
154-
155-
['Silver_Quadav'] =
156-
{
157-
onSteal = function(player, target, ability, action)
158-
return xi.item.BOWL_OF_QUADAV_STEW
159-
end
160-
},
161-
162-
['Zircon_Quadav'] =
163-
{
164-
onSteal = function(player, target, ability, action)
165-
return xi.item.BOWL_OF_QUADAV_STEW
166-
end
167-
}
168-
},
169-
170-
},
171-
172133
{
173134
check = function(player, status, vars)
174135
return status == xi.questStatus.QUEST_COMPLETED and

0 commit comments

Comments
 (0)