Trinitycore: Creature/Misc: fix blue-and-white cube thrown by Dragonflayer Strategists

Created on 1 Oct 2017  路  6Comments  路  Source: TrinityCore/TrinityCore

Description:

Dragonflayer Strategist's Hurl Dagger ability is shown as a blue-and-white model due to wrong data in DB.

Branch(es): both.

TC rev. hash/commit: 035993d

TDB version: 335.63

Suggested fix:

UPDATE `creature_equip_template` SET `ItemID3`=29010 WHERE `CreatureID`=23956;

DELETE FROM `spell_custom_attr` WHERE `entry` IN (42772, 59685);
INSERT INTO `spell_custom_attr` (`entry`,`attributes`) VALUES
(42772, 0x80000),
(59685, 0x80000);
Comp-Database Feedback-PatchFix Sub-Instances Sub-Spells

Most helpful comment

you don't known how much time i wondered how to fix this.

All 6 comments

you don't known how much time i wondered how to fix this.

It was driving me crazy too :P then found out that this custom_attr was needed for it to show the actual dagger flying.

Nice & funny coincidence. Very close to and only just before Cata release.
09/14/2010 13:27:29
09/10/2011 11:51:23

@tkrokli: he probably meant that paste's creation date, Sep 10th, 2011. Six years ago :P

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Jonne733 picture Jonne733  路  3Comments

Rochet2 picture Rochet2  路  3Comments

besplash picture besplash  路  3Comments

Jildor picture Jildor  路  3Comments

tje3d picture tje3d  路  3Comments