• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Maybe a lite mistake in changelog

michael

New Member
Joined
Jun 2, 2007
Messages
122
Reaction score
0
Location
Netherlands
I was updating the server to 0.2.6 everything went fine as always. big thanks for the changelog!

but when i reach Mysqlupdate if found this:

Code:
[ MySQL Update Queries
ALTER TABLE `player_depotitems` CHANGE `depot_id` `[B][COLOR=red]depot[/COLOR][COLOR=red]_id[/COLOR][/B]` INT( 11 ) NOT NULL DEFAULT 0;
]
Should that be:
Code:
[ MySQL Update Queries
ALTER TABLE `player_depotitems` CHANGE `depot_id` `[B][COLOR=seagreen]depotid[/COLOR][/B]` INT( 11 ) NOT NULL DEFAULT 0;
]

yours,
michael
 
No, it shouldn't.
 
Back
Top