From d8909d9b2cf29f45c025fb93fc1df94ec1a40854 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Sun, 22 Nov 2015 15:49:51 +0800 Subject: SC Update: - Added 'Eden Crystal Synthesis' statuses. - Added 'Geffen Magic Tournament' statuses. Note: their sc_config.txt are not yet implemented, needs more information on official servers. --- src/map/status.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index a0fcde988..723e95a53 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -759,6 +759,17 @@ typedef enum sc_type { SC_ARMORSCROLL, SC_FREYJASCROLL, SC_SOULSCROLL, // 600 + + // Eden Crystal Synthesis + SC_QUEST_BUFF1, + SC_QUEST_BUFF2, + SC_QUEST_BUFF3, + + // Geffen Magic Tournament + SC_GEFFEN_MAGIC1, + SC_GEFFEN_MAGIC2, + SC_GEFFEN_MAGIC3, + SC_FENRIR_CARD, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; -- cgit v1.2.3-70-g09d2