mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-01-13 00:29:29 +03:00
22 lines
250 B
Lua
22 lines
250 B
Lua
require('Actor/ActorCommon')
|
|
|
|
local CfgMengdeNightSit = {}
|
|
|
|
CfgMengdeNightSit.DummyPointData =
|
|
{
|
|
Npc = "MengdeNightSit",
|
|
NpcID =
|
|
{
|
|
1404,
|
|
1410,
|
|
1414,
|
|
},
|
|
DialogID =
|
|
{
|
|
4015140499,
|
|
4015141099,
|
|
4015141499,
|
|
},
|
|
}
|
|
|
|
return CfgMengdeNightSit |