mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 13:37:22 +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:
commit
53823a0be5
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;
|
Loading…
Reference in New Issue
Block a user