diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_07_19_00_world_item_template_434.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_07_19_00_world_item_template_434.sql b/sql/updates/world/2012_07_19_00_world_item_template_434.sql new file mode 100644 index 00000000000..fc0540da182 --- /dev/null +++ b/sql/updates/world/2012_07_19_00_world_item_template_434.sql @@ -0,0 +1,3 @@ +ALTER TABLE `item_template` + CHANGE `Field130` `CurrencySubstitutionId` int(10) unsigned NOT NULL DEFAULT '0', + CHANGE `Field131` `CurrencySubstitutionCount` int(10) unsigned NOT NULL DEFAULT '0'; |
