Core/Spells: Fixed duration of Noblegarden bunny transforms

DB/Achievements: Fixed "Hard Boiled"
This commit is contained in:
Shauren
2011-04-25 21:18:18 +02:00
parent 5f2dcc1172
commit ee50bcfccd
4 changed files with 112 additions and 89 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=9118;
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES
(9118,16,181,0, ''),
(9118,6,490,0, '');

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_linked_spell` WHERE `spell_effect`=61719;
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
(61716,61719,2, 'Rabbit Costume: Lay Egg periodic'),
(61734,61719,2, 'Noblegarden Bunny: Lay Egg periodic');