add empty missing file to stop error message
This commit is contained in:
parent
01937f28a9
commit
e0a938e836
1 changed files with 21 additions and 0 deletions
21
server/Quests/ForestRuins/UncoverTheCaches.lua
Normal file
21
server/Quests/ForestRuins/UncoverTheCaches.lua
Normal 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
|
||||
|
Loading…
Add table
Reference in a new issue