-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[476] Typo in Characters::HasTalent()
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
define('ARMORY_REVISION', 475); | ||
define('ARMORY_REVISION', 476); | ||
define('DB_VERSION', 'armory_r471'); | ||
define('CONFIG_VERSION', '2001201101'); | ||
?> |
11997db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not working i just updated this and now the error is
Notice: Undefined offset: 1 in /home/ace/public_html/armory/includes/classes/class.characters.php on line 3071
Notice: Undefined offset: 1 in /home/ace/public_html/armory/includes/classes/class.characters.php on line 3075
11997db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I am compiling Trinity Core server right now to see what exactly fails. Will be fixed as far as possible.
11997db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in [477]