mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- implemented use of itemExtendedCost and fueled some more item-tabs with it
- tinkering with learned spells and added teach-tabs to item.php - required arenaRating in item tooltips - updated js-functions handling currencies - updated Markup with correct links - i probably forgot to add sql
This commit is contained in:
@@ -105,7 +105,7 @@ define('GLOBALINFO_ANY', 0xF);
|
||||
define('ITEMINFO_JSON', 0x01);
|
||||
define('ITEMINFO_SUBITEMS', 0x02);
|
||||
define('ITEMINFO_VENDOR', 0x04);
|
||||
// define('ITEMINFO_LOOT', 0x08); // get these infos from dedicatd loot function [count, stack, pctstack, modes]
|
||||
// define('ITEMINFO_LOOT', 0x08); // get these infos from dedicatd loot function [count, stack, pctstack, modes]
|
||||
define('ITEMINFO_GEM', 0x10);
|
||||
define('ITEMINFO_MODEL', 0x20);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user