aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/102_world.sql
diff options
context:
space:
mode:
authorw12x <none@none>2008-10-22 08:43:09 -0500
committerw12x <none@none>2008-10-22 08:43:09 -0500
commit1b0baa51b59df113f3fc2200fc76ddc1f6a91ada (patch)
tree51fafff20faa3e0596e3d2c3ff3feb0f7eb4a404 /sql/updates/102_world.sql
parent14598dd84f489a31cf451aeadd1bfea82f9a1cd7 (diff)
[svn] Add missing SQL changes from prev. commit, also fix mistakenly commented out line. Patch provided by Visagalis.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/102_world.sql')
-rw-r--r--sql/updates/102_world.sql2
1 files changed, 2 insertions, 0 deletions
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`;