ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
MIT License
48 stars 21 forks source link

Bump db version from 1.0.0 to 1.0.2. #225

Closed stevewgr closed 1 month ago

stevewgr commented 1 month ago

Description

Bump db version from 1.0.0 to 1.0.2.

Resolves the following issue: https://github.com/ko4life-net/ko/issues/223

stevewgr commented 1 month ago

@twostars works on your end?

twostars commented 1 month ago

@stevewgr I still get a couple that you seem to have missed:

C:\Users\twostars\Desktop\ko\src\db\src\procedure\EDITER_KNIGHTS.sql
Invoke-Sqlcmd : Must declare the scalar variable "@Row".
 Msg 137, Level 15, State 2, Procedure EDITER_KNIGHTS, Line 25.
C:\Users\twostars\Desktop\ko\src\db\src\procedure\RANK_KNIGHTS.sql
Invoke-Sqlcmd : Must declare the scalar variable "@Knightsindex".
Must declare the scalar variable "@knightsindex".
 Msg 137, Level 15, State 2, Procedure RANK_KNIGHTS, Line 20.

The rest are fine now though.

stevewgr commented 1 month ago

@twostars no idea how I missed that lol probably missed it during staging files, but I made an annoying rebase since it was tagged release and considering there is not much activity in the repo, I forced pushed it as an exception. Could you please try again?

twostars commented 1 month ago

All fixed now