diff options
| author | Brian <runningnak3d@gmail.com> | 2010-03-24 18:36:46 -0600 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-03-24 18:36:46 -0600 |
| commit | 808254af5056f17e695876e4d3d11b02b756079c (patch) | |
| tree | 2ff0506ea121a0d666cf4da99aff05769f24b37b /sql/updates | |
| parent | 66a890ca0f6329e53829181894ee9a59f2a1ab08 (diff) | |
* Missed SQL from previous commit
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7694_world_npc_trainer.sql | 2 | ||||
| -rw-r--r-- | sql/updates/7694_world_npc_vendor.sql | 2 |
2 files changed, 4 insertions, 0 deletions
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; + |
