-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
…elated to Trinity`s 10654 commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
define('ARMORY_REVISION', 417); | ||
define('ARMORY_REVISION', 419); | ||
define('DB_VERSION', 'armory_r416'); | ||
define('CONFIG_VERSION', '0708201001'); | ||
?> |
6 comments
on commit a65b527
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.
Still not working items are not showing with this on newest trinitycore
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.
Anything from debug log?
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.
no debug No show items in character :S http://armeria.lostworld.es/character-sheet.xml?r=Exodar&cn=Calvo
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.
http://armeria.lostworld.es/character-sheet.xml?r=Exodar&cn=Calvo no show items no loog debug
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.
Added comment to line where is bug
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.
Thanks for reporting. This should be fixed after [420] commit (I hope it should).
SELECT
item
,slot
,bag
, FROMcharacter_inventory
should beSELECT
item
,slot
,bag
FROMcharacter_inventory
- without comma but after that you get error:Notice: Undefined index: item_template in /var/www/armory/includes/classes/class.item.php on line 106
And others:
ArmoryDatabaseHandler::_query : unable to execute SQL query (SELECT
name
,Quality
,ItemLevel
,displayid
,SellPrice
,BuyPrice
,Flags2
,RequiredDisenchantSkill
FROMitem_template
WHEREentry
=47156 LIMIT 1). MySQL error: "Unknown column 'Flags2' in 'field list'" (Error #1054)ArmoryDatabaseHandler::_query : unable to execute SQL query (SELECT
gmlevel
FROMaccount
WHEREid
=14 LIMIT 1). MySQL error: "Unknown column 'gmlevel' in 'field list'" (Error #1054)ArmoryDatabaseHandler::__destruct : connection closed.
ArmoryDatabaseHandler::ArmoryDatabaseHandler : connection to MySQL database was successfully established.
ArmoryDatabaseHandler::ArmoryDatabaseHandler : connection to MySQL database was successfully established.
ArmoryDatabaseHandler::ArmoryDatabaseHandler : connection to MySQL database was successfully established.
ArmoryDatabaseHandler::ArmoryDatabaseHandler : connection to MySQL database was successfully established.
ArmoryDatabaseHandler::ArmoryDatabaseHandler : connection to MySQL database was successfully established.
ArmoryDatabaseHandler::ArmoryDatabaseHandler : connection to MySQL database was successfully established.