From 78022c0999cb5f60be6a971424d289fcdc44a954 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Thu, 29 Oct 2009 09:25:22 +0300 Subject: [PATCH] [8750] Fix sql update for [8749]. Use this version. --- sql/updates/8749_01_mangos_mail_loot_template.sql | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__