DB/Misc: Cleaning db of unused/obsolete stuff
This commit is contained in:
committed by
Vincent-Michael
parent
180cd5cf6e
commit
78916e2fa4
@@ -0,0 +1,3 @@
|
||||
-- Delete no longer used data from Characters Database
|
||||
DELETE FROM `game_event_save` WHERE `eventEntry` BETWEEN 33 AND 47;
|
||||
DELETE FROM `game_event_condition_save` WHERE `eventEntry` BETWEEN 33 AND 47;
|
||||
Reference in New Issue
Block a user