What's new

A few more DBError.log fixes v7.0.2

mastermind

Silver Supporter
Senior User
188
2017
13
Location
PA, USA
As with my prior post the three errors that the below SQL takes care of are not game breaking errors just cleaning up the log.

Code:
UPDATE `creature_equip_template` SET `itemEntry3` = 0 WHERE `entry` IN (46506, 46490, 46499)

Enjoy
 
Top