From cbfb671af314423284d0f49e6eb4d28338fb574d Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Wed, 7 Oct 2009 01:39:59 +0400 Subject: [PATCH] [8593] Fixed my typo in mangos.sql. :/ --- sql/mangos.sql | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/mangos.sql b/sql/mangos.sql index b79bfcad4..922894c69 100644 --- a/sql/mangos.sql +++ b/sql/mangos.sql @@ -963,7 +963,7 @@ CREATE TABLE `creature_template` ( `questItem3` int(11) UNSIGNED DEFAULT '0' NOT NULL, `questItem4` int(11) UNSIGNED DEFAULT '0' NOT NULL, `questItem5` int(11) UNSIGNED DEFAULT '0' NOT NULL, - `questItem63` int(11) UNSIGNED DEFAULT '0' NOT NULL, + `questItem6` int(11) UNSIGNED DEFAULT '0' NOT NULL, `movementId` int(11) UNSIGNED DEFAULT '0' NOT NULL, `RegenHealth` tinyint(3) unsigned NOT NULL default '1', `equipment_id` mediumint(8) unsigned NOT NULL default '0', diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 2ca65f08a..f24ed64e6 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 "8592" + #define REVISION_NR "8593" #endif // __REVISION_NR_H__