Skip to content

Commit

Permalink
Solorius Event 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-dev committed Dec 15, 2024
1 parent 183e689 commit 16e4dcf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26899,6 +26899,9 @@
<items>
<item id="188051879" /><!-- Solorius Furniture Set Box -->
</items>
<items>
<item id="188053610" min_count="2" /><!-- [Event] Level 70 Composite Manastone Bundle -->
</items>
<items>
<item id="166500002" min_count="2" /><!-- Amplification Stone -->
</items>
Expand Down Expand Up @@ -26927,6 +26930,9 @@
</items>
</decomposable>
<decomposable item_id="188052999"><!-- [Event] Brilliant Ice Prism -->
<items>
<item id="188053728" /><!-- Beritra's Equipment Box -->
</items>
<items>
<item id="188053618" /><!-- Honorable Elim's Idian Bundle -->
</items>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@
</spawn_map>
</spawns>
</event>
<event name="Celebrate Solorius" start="2023-12-01T00:00:00" end="2023-12-31T23:59:59" theme="CHRISTMAS">
<event name="Celebrate Solorius" start="2024-12-16T00:00:00" end="2024-12-31T23:59:59" theme="CHRISTMAS">
<quests>
<maintainable>50007 50008 50009 51007 51008 51009</maintainable>
</quests>
Expand Down Expand Up @@ -3823,7 +3823,7 @@
</spawn_map>
</spawns>
</event>
<event name="Frozen Magic Event" start="2023-12-15T00:00:00" end="2023-12-31T23:59:59">
<event name="Frozen Magic Event" start="2024-12-16T00:00:00" end="2024-12-31T23:59:59">
<quests>
<maintainable>80575 80576 80577 80578 80579 80580</maintainable>
</quests>
Expand Down
17 changes: 3 additions & 14 deletions game-server/sql/update.sql
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
/*
* DB changes since 9556a4b (30.11.2024)
* DB changes since 183e689 (08.12.2024)
*/

ALTER TABLE `legion_history` DROP COLUMN `tab_id`;

-- drop advent calendar table
drop table advent;

-- create advent calendar table
CREATE TABLE `advent` (
`account_id` int(11) NOT NULL,
`last_day_received` tinyint(4) NOT NULL,
PRIMARY KEY (`account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

ALTER TABLE `player_veteran_rewards` CHANGE COLUMN `received_months` `received_months` TINYINT UNSIGNED NOT NULL DEFAULT 0 AFTER `player_id`;
-- remove old event items
DELETE FROM inventory WHERE item_id IN (182007148, 186000177, 186000381, 188052986, 188052987, 188052988, 188052989, 188052990, 188052991, 188052992, 188052993, 188052994, 188052995, 188052996, 188052997, 188052998, 188052999, 188100148, 188100149);

0 comments on commit 16e4dcf

Please sign in to comment.