EQ2EMu/EQ2/source
Emagi 682e023635 Complete Fix #418 item flags
- Temporary item flag support (removes item 30 minutes from camp out)
Rule R_Player, TemporaryItemLogoutTime added for seconds to deletion of item
- Heirloom item flag support added (limited to group support)
Rule R_Player, HeirloomItemShareExpiration added for seconds to inability to trade item between prior group members(tbd raid)

SQL Updates:
CREATE TABLE `character_items_group_members` (
  `unique_id` int(10) unsigned NOT NULL default 0,
  `character_id` int(10) unsigned NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
alter table character_items add column last_saved timestamp default current_timestamp on update current_timestamp;
alter table character_items add column created timestamp default current_timestamp;
2022-06-30 20:08:25 -04:00
..
common Fix #391 - no crash on eq2world shutdown 2022-06-18 21:54:59 -04:00
depends navpaths Starcrest Commune, Nettleville, Castleview Hamlet and willow wood 2020-06-10 22:41:41 -04:00
LoginServer Remove debug code from LoginDatabase.cpp 2022-06-05 19:51:21 -07:00
LUA LUA 5.1 -> 5.4 2020-12-20 17:44:28 -05:00
WorldServer Complete Fix #418 item flags 2022-06-30 20:08:25 -04:00