Scripts/SFK: converted achievements to world state handling

This commit is contained in:
Ovahlord
2021-06-14 11:11:10 +02:00
parent c80c23e5c2
commit edb4df4ffc
4 changed files with 38 additions and 94 deletions

View File

@@ -0,0 +1,8 @@
DELETE FROM `achievement_criteria_data` WHERE `ScriptName` IN (
'achievement_pardon_denied',
'achievement_to_the_ground');
DELETE FROM `world_states` WHERE `ID` IN (5670, 5672);
INSERT INTO `world_states` (`ID`, `DefaultValue`, `MapID`, `Comment`) VALUES
(5670, 0, 33, 'Shadowfang Keep - Baron Ashbury - Pardon Denied'),
(5672, 0, 33, 'Shadowfang Keep - Commander Srpingvale - To the Ground!');