What's new

Fix Twilight Flame Caller Equipment

ravish123

Gold Supporter
Senior User
279
2015
94
Fix Twilight Flame Caller Equipment V8

The weapon id for Twilight Flame Caller(39708) seems to be wrong. This is a quick fix for the correct weapon.
DELETE FROM `creature_equip_template` WHERE `entry`=39708 AND `id`=1;
INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES (39708, 1, 49653, 0, 0);
 
Last edited:

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
I was browsing the creatures items one day by accident. And noticed that most creatures in the world have identcal numbers in their equipment id. Also the creature_template and creature_addon tables have this same problem. I've fixed hundreds of them, But it's barely a drop in the bucket.
Searching each creature online is easy using truice. But it actually kind of sucks, Because you don't know if thats the original equipment that they used in cata.
 
Top