Skip to content

Commit

Permalink
Delete items from bank when setting to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Nov 16, 2024
1 parent 9949c53 commit f2a51a1
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 20 deletions.
4 changes: 2 additions & 2 deletions dist/cjs/index.cjs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/cjs/index.cjs.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/esm/index.mjs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/esm/index.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/types/EItem.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5175,7 +5175,7 @@ export declare enum EItem {
CHICHILIHUI_ROS = 29963,
IMPERIAL_ROS = 29966,
ALDARIUM = 29993,
PREPOT_DEVICE_DISASSEMBLED = 30002,
CHUGGING_BARREL_DISASSEMBLED = 30002,
COLOSSAL_WYRM_TELEPORT_SCROLL = 30040,
CALCIFIED_ACORN = 30042,
GRACEFUL_CRAFTING_KIT = 30044,
Expand Down
2 changes: 1 addition & 1 deletion dist/types/EItem.d.ts.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/types/EMonster.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ export declare enum EMonster {
TORMENTED_DEMON = 13600,
ARMOURED_ZOMBIE = 12720,
CRAB = 4819,
WEALTHY_CITIZEN = 13302,
BARROWS = 1673,
TZTOKJAD = 3127,
HESPORI = 8583,
Expand Down
2 changes: 1 addition & 1 deletion dist/types/EMonster.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/types/simulation/monsters/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ export declare const Monsters: Collection<number, Monster> & {
TormentedDemon: import("../..").SimpleMonster;
ArmouredZombie: import("../..").SimpleMonster;
Crab: import("../..").SimpleMonster;
WealthyCitizen: import("../..").SimpleMonster;
AbyssalSire: import("../..").SimpleMonster;
Cerberus: import("../..").SimpleMonster;
AlchemicalHydra: import("../..").SimpleMonster;
Expand Down
2 changes: 1 addition & 1 deletion dist/types/simulation/monsters/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/types/simulation/monsters/low/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,6 @@ export declare const allLowMonsters: {
TormentedDemon: import("../../..").SimpleMonster;
ArmouredZombie: import("../../..").SimpleMonster;
Crab: import("../../..").SimpleMonster;
WealthyCitizen: import("../../..").SimpleMonster;
};
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion dist/types/simulation/monsters/low/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/types/structures/Bank.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/EItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5175,7 +5175,7 @@ export enum EItem {
CHICHILIHUI_ROS = 29963,
IMPERIAL_ROS = 29966,
ALDARIUM = 29993,
PREPOT_DEVICE_DISASSEMBLED = 30002,
CHUGGING_BARREL_DISASSEMBLED = 30002,
COLOSSAL_WYRM_TELEPORT_SCROLL = 30040,
CALCIFIED_ACORN = 30042,
GRACEFUL_CRAFTING_KIT = 30044,
Expand Down
1 change: 1 addition & 0 deletions src/EMonster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ export enum EMonster {
TORMENTED_DEMON = 13600,
ARMOURED_ZOMBIE = 12720,
CRAB = 4819,
WEALTHY_CITIZEN = 13302,
BARROWS = 1673,
TZTOKJAD = 3127,
HESPORI = 8583,
Expand Down
Loading

0 comments on commit f2a51a1

Please sign in to comment.