diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 1 | ||||
-rw-r--r-- | db/re/item_db.conf | 13 |
2 files changed, 4 insertions, 10 deletions
diff --git a/db/const.txt b/db/const.txt index a9c15685d..6b60ee384 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1335,6 +1335,7 @@ SC_BLOSSOM_FLUTTERING 625 SC_GM_BATTLE 626 SC_GM_BATTLE2 627 +SC_2011RWC 628 e_gasp 0 e_what 1 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index cf587b344..2502e7b30 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -85457,22 +85457,15 @@ item_db: ( Name: "RWC Celebration Firecracker" Type: 2 Weight: 20 - Script: <" - sc_start SC_FOOD_STR,10000,3; - sc_start SC_FOOD_AGI,10000,3; - sc_start SC_FOOD_VIT,10000,3; - sc_start SC_FOOD_DEX,10000,3; - sc_start SC_FOOD_INT,10000,3; - sc_start SC_FOOD_LUK,10000,3; - "> + Script: <" sc_start2 SC_2011RWC, 10000, 3, 5; "> }, { Id: 12697 AegisName: "RWC_Cele_Fire2" Name: "RWC Celebration Firecracker 2" - Type: 11 - Buy: 0 + Type: 2 Weight: 20 + Script: <" sc_start2 SC_2011RWC, 10000, 3, 5; "> }, { Id: 12698 |