Fix build and one DB file

This commit is contained in:
hondacrx
2022-07-13 19:16:39 -04:00
parent 379503016a
commit 5648dc959d
2 changed files with 9 additions and 1 deletions
@@ -0,0 +1,8 @@
DELETE FROM `world_state` WHERE `ID` IN (3590,3591,3592,3603,3604,3605);
INSERT INTO `world_state` VALUES
(3590,300,'609',NULL,'','Ebon Hold - Forces of the Light remaining'),
(3591,10000,'609',NULL,'','Ebon Hold - Forces of the Scourge Remaining'),
(3592,0,'609',NULL,'','Ebon Hold - Show Forces Remaining'),
(3603,0,'609',NULL,'','Ebon Hold - Show Minutes until battle'),
(3604,0,'609',NULL,'','Ebon Hold - Minutes until battle'),
(3605,0,'609',NULL,'','Ebon Hold - Battle in progress');