From 1b0baa51b59df113f3fc2200fc76ddc1f6a91ada Mon Sep 17 00:00:00 2001 From: w12x Date: Wed, 22 Oct 2008 08:43:09 -0500 Subject: [svn] Add missing SQL changes from prev. commit, also fix mistakenly commented out line. Patch provided by Visagalis. --HG-- branch : trunk --- sql/updates/102_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/102_world.sql (limited to 'sql/updates') diff --git a/sql/updates/102_world.sql b/sql/updates/102_world.sql new file mode 100644 index 00000000000..7f0940cd315 --- /dev/null +++ b/sql/updates/102_world.sql @@ -0,0 +1,2 @@ +ALTER TABLE `quest_template` + ADD `RewHonorableKills` mediumint(9) unsigned NOT NULL default '0' AFTER `RewRepValue5`; -- cgit v1.2.3