Created itemdef.json with same content as itemdefs.gsu. Still need to read from it

This commit is contained in:
dginovker
2020-01-19 11:36:35 -05:00
parent eafe99af0a
commit 847830c104
110 changed files with 62188 additions and 22 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +0,0 @@
private static final BigInteger RSA_MODULUS = new BigInteger("91553247461173033466542043374346300088148707506479543786501537350363031301992107112953015516557748875487935404852620239974482067336878286174236183516364787082711186740254168914127361643305190640280157664988536979163450791820893999053469529344247707567448479470137716627440246788713008490213212272520901741443");
private static final BigInteger RSA_EXPONENT = new BigInteger("33280025241734061313051117678670856264399753710527826596057587687835856000539511539311834363046145710983857746766009612538140077973762171163294453513440619295457626227183742315140865830778841533445402605660729039310637444146319289077374748018792349647460850308384280105990607337322160553135806205784213241305");
@@ -1,3 +0,0 @@
private static final BigInteger RSA_MODULUS = new BigInteger("91553247461173033466542043374346300088148707506479543786501537350363031301992107112953015516557748875487935404852620239974482067336878286174236183516364787082711186740254168914127361643305190640280157664988536979163450791820893999053469529344247707567448479470137716627440246788713008490213212272520901741443");
private static final BigInteger RSA_EXPONENT = new BigInteger("65537");
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
Binary file not shown.
File diff suppressed because it is too large Load Diff
@@ -16,7 +16,7 @@ import com.rebotted.game.content.minigames.castlewars.CastleWars;
import com.rebotted.game.content.minigames.trawler.Trawler;
import com.rebotted.game.globalworldobjects.Doors;
import com.rebotted.game.globalworldobjects.DoubleDoors;
import com.rebotted.game.items.ItemDefinitions;
import com.rebotted.game.items.ItemDefinition;
import com.rebotted.game.npcs.NpcHandler;
import com.rebotted.game.players.Client;
import com.rebotted.game.players.Player;
@@ -135,7 +135,7 @@ public class GameEngine {
Region.load();
Doors.getSingleton().load();
DoubleDoors.getSingleton().load();
ItemDefinitions.read();
ItemDefinition.read();
GlobalDropsHandler.initialize();
Connection.initialize();
HostBlacklist.loadBlacklist();

Some files were not shown because too many files have changed in this diff Show More