Added plunger gun CDServer migration

A new migration has been added with this merge to address the plunger gun in the CDServer.  Please run the 3_plunger_gun_fix.sql migration to update your database.
This commit is contained in:
David Markowitz
2022-04-09 00:32:34 -07:00
committed by GitHub

View File

@@ -0,0 +1,2 @@
-- File added April 9th, 2022
UPDATE ItemComponent SET itemType = 5 where id = 7082;