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.
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: