aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/19_pack.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/19_pack.sql b/sql/updates/19_pack.sql
new file mode 100644
index 00000000000..3a43f43a955
--- /dev/null
+++ b/sql/updates/19_pack.sql
@@ -0,0 +1,4 @@
+ALTER TABLE `quest_template` ADD COLUMN `Method` tinyint(3) unsigned NOT NULL default '2' AFTER `entry`;
+DELETE FROM mangos_string WHERE entry IN (331);
+INSERT INTO mangos_string VALUES
+(331,'Extended item cost %u not exist',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);