diff --git a/Source/Game/Conditions/ConditionManager.cs b/Source/Game/Conditions/ConditionManager.cs index fae24c70f..40bc6f691 100644 --- a/Source/Game/Conditions/ConditionManager.cs +++ b/Source/Game/Conditions/ConditionManager.cs @@ -2885,7 +2885,7 @@ namespace Game case WorldStateExpressionFunctions.Unk35: case WorldStateExpressionFunctions.Unk36: case WorldStateExpressionFunctions.UiWidgetData: - case WorldStateExpressionFunctions.Unk38: + case WorldStateExpressionFunctions.TimeEventPassed: default: return 0; } diff --git a/sql/updates/world/master/2022_07_12_00_world.sql b/sql/updates/world/master/2022_07_12_00_world.sql new file mode 100644 index 000000000..ca8ba7baa --- /dev/null +++ b/sql/updates/world/master/2022_07_12_00_world.sql @@ -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');