mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
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:
2
migrations/cdserver/3_plunger_gun_fix.sql
Normal file
2
migrations/cdserver/3_plunger_gun_fix.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- File added April 9th, 2022
|
||||
UPDATE ItemComponent SET itemType = 5 where id = 7082;
|
Reference in New Issue
Block a user