Skip to content

Commit

Permalink
Updated code version to 4.1.4
Browse files Browse the repository at this point in the history
Updated version variables to 4.1.4 for release
  • Loading branch information
paintballrefjosh committed Dec 13, 2017
1 parent e2e5ad0 commit fbeb1c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

class Core
{
public $version = '4.1.3';
public $version_date = '2017-09-18, 10:21';
public $version = '4.1.4';
public $version_date = '2017-12-13, 11:22';
public $db_version = '4.1.0';
private $conf;

Expand Down
1 change: 1 addition & 0 deletions update/update_list.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
4.1.4,4.1.0
4.1.3,4.1.0
4.1.2,4.1.0
4.1.1,4.1.0
Expand Down

3 comments on commit fbeb1c2

@al3xc1985
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey, any news? would be nice to see more from you guys
I love your work

@al3xc1985
Copy link

@al3xc1985 al3xc1985 commented on fbeb1c2 Apr 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you make it work with latest cmangos please?
I mean registration? I get
Couldnt Run Query: INSERT INTO account( username, sha_pass_hash, email, locked, expansion) VALUES( 'VELICI', '2dc77a7595765f39fde0c810b3feb6c54a84297b', '[email protected]', '1', '2')
Error: Unknown column 'sha_pass_hash' in 'field list'

@tonymontoya
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you make it work with latest cmangos please?
I mean registration? I get
Couldnt Run Query: INSERT INTO account( username, sha_pass_hash, email, locked, expansion) VALUES( 'VELICI', '2dc77a7595765f39fde0c810b3feb6c54a84297b', '[email protected]', '1', '2')
Error: Unknown column 'sha_pass_hash' in 'field list'

I strongly second this. CMaNGOS updated the structure of the account table and MaNGOSWeb can no longer create users, update passwords, etc.. Here is the new php library that will need to get integrated:

Please sign in to comment.