From 808254af5056f17e695876e4d3d11b02b756079c Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 24 Mar 2010 18:36:46 -0600 Subject: * Missed SQL from previous commit --HG-- branch : trunk --- sql/updates/7694_world_npc_trainer.sql | 2 ++ sql/updates/7694_world_npc_vendor.sql | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 sql/updates/7694_world_npc_trainer.sql create mode 100644 sql/updates/7694_world_npc_vendor.sql (limited to 'sql/updates') diff --git a/sql/updates/7694_world_npc_trainer.sql b/sql/updates/7694_world_npc_trainer.sql new file mode 100644 index 00000000000..0e79b01c931 --- /dev/null +++ b/sql/updates/7694_world_npc_trainer.sql @@ -0,0 +1,2 @@ +ALTER TABLE `npc_trainer` MODIFY COLUMN `spell` MEDIUMINT(8) NOT NULL DEFAULT 0; + diff --git a/sql/updates/7694_world_npc_vendor.sql b/sql/updates/7694_world_npc_vendor.sql new file mode 100644 index 00000000000..e2fcff7deb1 --- /dev/null +++ b/sql/updates/7694_world_npc_vendor.sql @@ -0,0 +1,2 @@ +ALTER TABLE `npc_vendor` MODIFY COLUMN `item` MEDIUMINT(8) NOT NULL DEFAULT 0; + -- cgit v1.2.3