mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-03-13 21:54:43 +03:00
20 lines
299 B
Lua
20 lines
299 B
Lua
|
local QuestClientData = {}
|
||
|
|
||
|
QuestClientData.MainID = 426
|
||
|
QuestClientData.ActorAlias = "426"
|
||
|
QuestClientData.SubIDs =
|
||
|
{
|
||
|
q42601 = 42601,
|
||
|
q42602 = 42602,
|
||
|
}
|
||
|
|
||
|
|
||
|
QuestClientData.PaimonData =
|
||
|
{
|
||
|
Paimon = "Paimon",
|
||
|
PaimonScript = "Actor/Quest/Q352/Paimon",
|
||
|
PaimonID = 1005,
|
||
|
}
|
||
|
|
||
|
|
||
|
return QuestClientData
|