DB/Quest: Rallying the Troops

The original fix by @Nevadas is correct according to sniff, when the spell hits the grizzly hills giant in sniff it just gains aura and gives kill credit thats it,

Closes https://github.com/TrinityCore/TrinityCore/issues/4173
This commit is contained in:
Dr-J
2014-11-10 21:57:42 +00:00
parent 90c53e8c84
commit a74b7228b8

View File

@@ -0,0 +1,4 @@
update creature_template set `AIName`='SmartAI' where entry=26261;
Delete from `smart_scripts` where entryorguid=26261 and event_param1=47394;
INSERT INTO `smart_scripts` VALUES (26261, 0, 0, 0, 8, 0, 100, 0, 47394, 0, 0, 0, 33, 26261, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On Spellhit call Killcredit for Q 12070');