Added code for conversion of quests for factions (based on Akkas start)

Made sure a temporary table needed for quest conversion was not removed prior.
This commit is contained in:
Noudess
2019-02-28 12:00:41 -05:00
parent abf39c4ff7
commit 380e5d5084
2 changed files with 108 additions and 5 deletions
@@ -156,16 +156,12 @@ set faction_id = m.clientid;
ALTER TABLE `faction_values` ADD PRIMARY KEY `lookup` (`char_id`,`faction_id`);
/*
Delete temporary tables
*/
DROP TABLE IF EXISTS `custom_faction_mappings`;
/*
* The following to be deleted in a future update, once everyone is
* happy with the conversion
DROP TABLE IF EXISTS custom_faction_mappings;
DROP TABLE IF EXISTS faction_list_mod_prefix;
DROP TABLE IF EXISTS faction_list_prefix;
DROP TABLE IF EXISTS npc_faction_prefix;