Fixes produce item requirements (#7814)

* Corrects the produce item requirements for Rough Wind, Great Nature, Earth Elemental Converter, and Wind Elemental Converter.
This commit is contained in:
mazvi 2023-06-17 00:41:24 +07:00 committed by GitHub
parent b331958381
commit 39cdaa6b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -315,9 +315,9 @@
//-- Mystic Frozen <-- BS_ENCHANTSTONE & 10 Crystal Blue
116,995,21,96,1,991,10
//-- Rough Wind <-- BS_ENCHANTSTONE & 10 Wind of Verdure
117,997,21,96,1,993,10
117,996,21,96,1,992,10
//-- Great Nature <-- BS_ENCHANTSTONE & 10 Green Live
118,996,21,96,1,992,10
118,997,21,96,1,993,10
//----------------------------------------------
//==============================================

View File

@ -315,9 +315,9 @@
//-- Mystic Frozen <-- BS_ENCHANTEDSTONE & 10 Crystal Blue
116,995,21,96,1,991,10
//-- Rough Wind <-- BS_ENCHANTEDSTONE & 10 Wind of Verdure
117,997,21,96,1,993,10
117,996,21,96,1,992,10
//-- Great Nature <-- BS_ENCHANTEDSTONE & 10 Green Live
118,996,21,96,1,992,10
118,997,21,96,1,993,10
//----------------------------------------------
//==============================================
@ -393,9 +393,9 @@
//-- Water Elemental Converter <-- SA_CREATECON & 1 Blank Scroll, 1 Crystal Blue
143,12115,23,1007,1,7433,1,991,1
//-- Earth Elemental Converter <-- SA_CREATECON & 1 Blank Scroll, 1 Green Live
144,12116,23,1007,1,7433,1,992,1
144,12116,23,1007,1,7433,1,993,1
//-- Wind Elemental Converter <-- SA_CREATECON & 1 Blank Scroll, 1 Wind of Verdure
145,12117,23,1007,1,7433,1,993,1
145,12117,23,1007,1,7433,1,992,1
//==============================================