What's new

More DBError.log fixes v7.0.2

mastermind

Silver Supporter
Senior User
188
2017
13
Location
PA, USA
Here are a few more DBError log fixes.

Code:
-- --------------------------------------------------------
-- Repack version:               7.0.2
-- --------------------------------------------------------

update `creature_template` set `unit_class` = 2 where `entry` = 530930; -- Fixes unit_class error
update `creature_template` set `modelid1` = 11686 where `entry` = 2334; -- Fixes model id error
delete from `npc_trainer` where `entry` in (0 ,3703, 6387); -- Krulmoo Fullmoon and Dranh are dead and can no longer train. Entry 0 points to a place holder in creature_template
 
Top