add empty missing file to stop error message

This commit is contained in:
root 2020-05-03 13:00:02 -07:00
parent 01937f28a9
commit e0a938e836

View file

@ -0,0 +1,21 @@
function Init(Quest)
end
function Accepted(Quest, QuestGiver, Player)
end
function Declined(Quest, QuestGiver, Player)
end
function quest_complete(Quest, QuestGiver, Player)
end
function Reload(Quest, QuestGiver, Player, Step)
end