Merge remote-tracking branch 'origin/master' into 4.3.4

This commit is contained in:
Nay
2012-08-29 14:01:38 +01:00
4 changed files with 51 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
-- Spell script name linking for Defending Wyrmrest Temple: Destabilize Azure Dragonshrine Effect
DELETE FROM `spell_script_names` WHERE `spell_id`=49370 ;
INSERT INTO `spell_script_names` VALUES
(49370,'spell_q12372_destabilize_azure_dragonshrine_dummy');

View File

@@ -0,0 +1,6 @@
DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (11478,11479,12827,12828);
INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES
(11478, 12, 0, 0, ''), -- Koralon the Flame Watcher (10 player)
(11479, 12, 1, 0, ''), -- Koralon the Flame Watcher (25 player)
(12827, 12, 0, 0, ''), -- Toravon the Ice Watcher (10 player)
(12828, 12, 1, 0, ''); -- Toravon the Ice Watcher (25 player)