Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update the worldserver config hash. Updated the base character sql ta…
Browse files Browse the repository at this point in the history
…ble.

Update ignore table.

Signed-off-by: AlterEgo <admin@projectskyfire.org>
  • Loading branch information
SkyFire committed Mar 10, 2017
1 parent 170b1b6 commit 9f2ba0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ CMakeLists.txt.user
*.BACKUP.*
*.BASE.*
*.LOCAL.*
/Win32/*
/x64/*
1 change: 1 addition & 0 deletions sql/base/characters_database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,7 @@ CREATE TABLE `characters` (
`yesterdayKills` smallint(5) unsigned NOT NULL DEFAULT '0',
`chosenTitle` int(10) unsigned NOT NULL DEFAULT '0',
`watchedFaction` int(10) unsigned NOT NULL DEFAULT '0',
`lfgbonusfaction` int(10) unsigned NOT NULL DEFAULT '0',
`drunk` tinyint(3) unsigned NOT NULL DEFAULT '0',
`health` int(10) unsigned NOT NULL DEFAULT '0',
`power1` int(10) unsigned NOT NULL DEFAULT '0',
Expand Down
2 changes: 1 addition & 1 deletion src/server/shared/SystemConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// Format is YYYYMMDDRR where RR is the change in the conf file
// for that day.
#ifndef SKYFIREWORLD_CONFIG_VERSION
# define SKYFIREWORLD_CONFIG_VERSION 2017021900
# define SKYFIREWORLD_CONFIG_VERSION 2017031000
#endif
#ifndef SKYFIREAUTH_CONFIG_VERSION
# define SKYFIREAUTH_CONFIG_VERSION 2017021900
Expand Down

0 comments on commit 9f2ba0b

Please sign in to comment.