From 7d754c3f7f0046ae432028ba8745256bbcbaeb39 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 26 Nov 2009 12:23:33 -0700 Subject: * Added support for questItem5 and questItem6 in creature and gameobject * templates. * * Thanks to Malcrom for doing the research. --HG-- branch : trunk --- sql/updates/6374_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/6374_world.sql (limited to 'sql/updates') diff --git a/sql/updates/6374_world.sql b/sql/updates/6374_world.sql new file mode 100644 index 00000000000..a1a8fdf5278 --- /dev/null +++ b/sql/updates/6374_world.sql @@ -0,0 +1,4 @@ +ALTER TABLE `creature_template` ADD `questItem5` int(11) UNSIGNED NOT NULL DEFAULT 0 AFTER `questItem4`; +ALTER TABLE `creature_template` ADD `questItem6` int(11) UNSIGNED NOT NULL DEFAULT 0 AFTER `questItem5`; +ALTER TABLE `gameobject_template` ADD `questItem5` int(11) UNSIGNED NOT NULL DEFAULT 0 AFTER `questItem4`; +ALTER TABLE `gameobject_template` ADD `questItem6` int(11) UNSIGNED NOT NULL DEFAULT 0 AFTER `questItem5`; -- cgit v1.2.3