diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-07-12 00:35:24 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-07-12 00:35:24 +0200 |
commit | 47a5902b29b908948e94c2b3c2cc4b4ca3c7e780 (patch) | |
tree | c1a7bd7a8bb39851a774c14c9217211fdd0d6ff2 /sql | |
parent | e1effd961dee05420d19699eeac8e2bb2585c237 (diff) |
Core/WorldStates: Migrate Ebon Hold worldstates from Player::SendInitWorldStates to new system
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_07_12_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
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 00000000000..ca8ba7baa7d --- /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'); |