diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 7 | ||||
-rw-r--r-- | db/quest_db.conf | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index f3f133287..f978b5605 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4182,6 +4182,12 @@ constants_db: { REDPLUSH_INN: 1 CURRENT_INN: 2 + comment__: "Easter eggs enum" + EE_NONE: 0 + EE_SAXSO: 1 + EE_DEMURE: 2 + EE_PRSM: 4 + comment__: "Teleporter enum" TP_NONE: 0 TP_FROST: 1 @@ -4263,6 +4269,7 @@ constants_db: { E_TIRED: 112 E_PALMHEAD: 113 E_EVILCROC: 114 + E_FURIOUS: 114 E_ANGRY: 115 E_PURPLESAD: 116 E_INSULTBUBBLE: 117 diff --git a/db/quest_db.conf b/db/quest_db.conf index dce9e432c..9aa2d8431 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -93,6 +93,10 @@ quest_db: ( Id: 17 Name: "General_Collector" }, +{ + Id: 18 + Name: "General_EasterEggs" +}, // ID 31 to 50: Candor Quests { |