From 1558b602f49f266532bb982a10084f44c286a865 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 19 Jul 2012 16:04:42 +0200 Subject: Core/Items: Renamed new currency related fields in item_template --- sql/updates/world/2012_07_19_00_world_item_template_434.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2012_07_19_00_world_item_template_434.sql (limited to 'sql') 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'; -- cgit v1.2.3