The-Cataclysm-Preservation-Project / TrinityCore

Archived repository for WoW 4.3.4.15595. The project will be reworked for Cataclysm Classic as an official new branch of TrinityCore at https://github.com/TrinityCore/TrinityCore
GNU General Public License v2.0
239 stars 97 forks source link

Worgen quest Moonfire (14283) #351

Closed ReyDonovan closed 2 years ago

ReyDonovan commented 2 years ago

kill credit was not counted when using spell Moonfire

fix:


DELETE FROM `smart_scripts` WHERE `entryorguid`=35118 AND `id`=5;
INSERT INTO `smart_scripts` VALUES
(35118, 0, 5, 0, 8, 0, 100, 0, 8921, 0, 0, 0, 0, 33, 44175, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On spell Moonfire (8921) hit - Caster: Give kill credit Spell Practice Credit (44175)');
Ovahlord commented 2 years ago

druids don't have to practice Moonfire in Cataclysm. They use Rejuvenation instead which does already work.

ReyDonovan commented 2 years ago

hm https://www.wowhead.com/quest=14283/moonfire patch 4..0.3

Ovahlord commented 2 years ago

The quest probably got changed between MoP and WoD as it's obsolete in Legion and according to the comments, you can see that it originally was indeed Rejuvenation.