The problem is not the DB. The problem is the Ascent.
If you get to run the NCDB 662 with ascent rev 2355 this problem is solved.
The bad is that you all work to fix the NPC and trainers.
To keep functioning properly to the NPC and Trainers, you must do the following:
Update in you World DB
1649world_banned_phrases
2074world_creature_names_localized
2074world_gameobject_names_localized
2074world_itempages_localized
2074world_items_localized
2074world_npc_text_localized
2074world_quests_localized
2325_world_creature_names
2368_world_worldmap_info
and run this query in World DB:
#<Weapon Master> should be a trainer
UPDATE `creature_proto` SET `npcflags`='16' WHERE `entry`='11867';
UPDATE `creature_spawns` SET `flags`='16' WHERE `entry`='11867';
#Set UNIT_NPC_FLAG_TRAINER flag for ALL weapon masters
UPDATE `creature_proto` SET `npcflags` = '16' WHERE `entry` in (select `entry` from `creature_names` where `subname` like '%weapon master%');
And ready to engage other BUGS!!!
Saludos - Greetings



Reply With Quote

