use GC logic for BB nonrare item drop generation and shops

This commit is contained in:
Martin Michelsen
2023-03-07 23:16:42 -08:00
parent 6cdbc3e8e0
commit 838e53a91e
36 changed files with 4577 additions and 2270 deletions
+4
View File
@@ -44,6 +44,7 @@ add_executable(newserv
src/Channel.cc
src/ChatCommands.cc
src/Client.cc
src/CommonItemSet.cc
src/Compression.cc
src/DNSServer.cc
src/Episode3/AssistServer.cc
@@ -63,6 +64,9 @@ add_executable(newserv
src/GSLArchive.cc
src/IPFrameInfo.cc
src/IPStackSimulator.cc
src/ItemCreator.cc
src/ItemData.cc
src/ItemParameterTable.cc
src/Items.cc
src/LevelTable.cc
src/License.cc