Dont rely know where to put bug fixes so im doing it here this fixes the quest
Quest : See to the Survivors
Id: 27671
-- See to the Survivors
UPDATE `quest_template` SET `ReqSpellCast1` = 86264 WHERE `entry` = 27671;
-- Creature id: 46268
UPDATE creature_template SET AIName='EventAI' WHERE entry=46268;
DELETE FROM creature_ai_scripts WHERE creature_id=46268;
INSERT INTO creature_ai_scripts VALUES
('300000000','46268','8','0','100','0','86264','-1','0','0','41','1000','0','0','0','0','0','0','0','0','0','0','gnome despawn on hit');
Recommended Comments