Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

F/L Bug

Newbie Spellweaver
Joined
Jun 1, 2014
Messages
43
Reaction score
13
Its simple.. just execute the query in the SQL

im not sure at all but i think i have solved it with this query

USE [kal_auth]
ALTER TABLE Login ADD PWD2ND int NOT NULL DEFAULT 0
USE [kal_db]
ALTER TABLE Player ADD RewardPoint int NOT NULL DEFAULT 0
ALTER TABLE Player ADD EmokDay int NOT NULL DEFAULT 0
ALTER TABLE Player ADD EmokTime int NOT NULL DEFAULT 0
ALTER TABLE Item ADD PetTime int NOT NULL DEFAULT 0
ALTER TABLE Item ADD [Lock] varchar(16) NOT NULL DEFAULT 'nopwd'
 
Upvote 0
Back
Top