diff --git a/sql/updates/8923_01_mangos_gossip.sql b/sql/updates/8923_01_mangos_gossip.sql index 896c66def..b49541912 100644 --- a/sql/updates/8923_01_mangos_gossip.sql +++ b/sql/updates/8923_01_mangos_gossip.sql @@ -66,6 +66,7 @@ ALTER TABLE locales_npc_option ADD menu_id smallint(6) unsigned NOT NULL default ALTER TABLE locales_npc_option DROP PRIMARY KEY; ALTER TABLE locales_npc_option ADD PRIMARY KEY (menu_id, id); +DROP TABLE IF EXISTS locales_gossip_menu_option; RENAME TABLE locales_npc_option TO locales_gossip_menu_option; DROP TABLE IF EXISTS npc_option; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index a67686243..813a64e49 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9001" + #define REVISION_NR "9002" #endif // __REVISION_NR_H__