1
0

3 Commits

Author SHA1 Message Date
Emagi
2a89989e0c hide_reward to not show anything on offer quest
alter table quests add column hide_reward tinyint(3) unsigned not null default 0;
2025-03-15 15:44:24 -04:00
Emagi
71217ce0ec Provided a update to quests to have a persisted status
alter table character_quests add column status_to_earn int(10) unsigned not null default 0;
alter table quests add column status_to_earn_min int(10) not null default 0;
alter table quests add column status_to_earn_max int(10) not null default 0;
2025-03-15 15:31:02 -04:00
Emagi
89194da149 EQ2Emu Source Base July 2024 2024-07-22 08:52:28 -04:00