mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 06:37:12 +01:00
Scripts/Achievements: Move some achievement scripts to database.
Add database support for Ancient Protector and Ancient Courtyard Protector.
This commit is contained in:
@@ -1839,9 +1839,8 @@ INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,
|
||||
(10051,11,0,0, 'achievement_three_car_garage_demolisher'),
|
||||
(10062,11,0,0, 'achievement_quick_shave'),
|
||||
(10063,11,0,0, 'achievement_quick_shave'),
|
||||
(6446,11,0,0, 'achievement_bg_sa_drop_it'),
|
||||
(7625,11,0,0, 'achievement_bg_sa_artillery_veteran'),
|
||||
(7628,11,0,0, 'achievement_bg_sa_artillery_expert');
|
||||
(7625,11,0,0, 'achievement_bg_sa_artillery'),
|
||||
(7628,11,0,0, 'achievement_bg_sa_artillery');
|
||||
/* SPELLS */
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
-- generic
|
||||
|
||||
9
sql/updates/world/2011_04_21_00_world_achievement.sql
Normal file
9
sql/updates/world/2011_04_21_00_world_achievement.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
DELETE FROM `disables`WHERE `entry` IN(7631,7630,7629,6446,7625,7628,7626);
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN(7631,7630,7629,6446,7625,7628,7626);
|
||||
INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES
|
||||
(7631,6,4609,0, ''),
|
||||
(7630,6,4609,0, ''),
|
||||
(7629,7,52418,0, ''),
|
||||
(6446,7,52418,0, ''),
|
||||
(7625,11,0,0, 'achievement_bg_sa_artillery'),
|
||||
(7628,11,0,0, 'achievement_bg_sa_artillery');
|
||||
Reference in New Issue
Block a user