diff --git a/sql/updates/8749_01_mangos_mail_loot_template.sql b/sql/updates/8749_01_mangos_mail_loot_template.sql index 1cf772675..77d5e7edf 100644 --- a/sql/updates/8749_01_mangos_mail_loot_template.sql +++ b/sql/updates/8749_01_mangos_mail_loot_template.sql @@ -3,4 +3,4 @@ ALTER TABLE db_version CHANGE COLUMN required_8731_01_mangos_creature_template r RENAME TABLE quest_mail_loot_template TO mail_loot_template; UPDATE mail_loot_template, quest_template - SET entry = quest_template.RewMailTemplateId WHERE mail_loot_template.entry = quest_template.entry; + SET mail_loot_template.entry = quest_template.RewMailTemplateId WHERE mail_loot_template.entry = quest_template.entry; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 61b75000e..3e3f2c07f 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 "8749" + #define REVISION_NR "8750" #endif // __REVISION_NR_H__