Skip to content

Commit b7b2431

Browse files
committed
ko4life-net#11 Eslant Exit portal Event fix
1 parent 01e0e61 commit b7b2431

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
USE [kodb]
2+
GO
3+
/****** Object: Table [dbo].[EVENT] Script Date: 07/28/2023 11:41:23 ******/
4+
TRUNCATE TABLE [dbo].[EVENT]
5+
INSERT [dbo].[EVENT] ([ZoneNum], [EventNum], [Type], [Cond1], [Cond2], [Cond3], [Cond4], [Cond5], [Exec1], [Exec2], [Exec3], [Exec4], [Exec5]) VALUES (11, 1131, 1, N'0', N'0', N'0', N'0', N'0', N'1', N'1934', N'1709', N'0', N'0')
6+
INSERT [dbo].[EVENT] ([ZoneNum], [EventNum], [Type], [Cond1], [Cond2], [Cond3], [Cond4], [Cond5], [Exec1], [Exec2], [Exec3], [Exec4], [Exec5]) VALUES (12, 1231, 1, N'0', N'0', N'0', N'0', N'0', N'2', N'129', N'1151', N'0', N'0')

0 commit comments

Comments
 (0)