diff options
| author | Shauren <shauren.trinity@gmail.com> | 2012-07-19 16:04:42 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2012-07-19 16:04:42 +0200 |
| commit | 1558b602f49f266532bb982a10084f44c286a865 (patch) | |
| tree | 2c01ed5c92c8551e3334328fe4ce1903c6491957 /sql | |
| parent | 5cbafaabf4eac22e0a03ff3e03b3fbdb9216cfcf (diff) | |
Core/Items: Renamed new currency related fields in item_template
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'; |
