From f746c2d975477e1f84a11f3c06e8f1175ebe5106 Mon Sep 17 00:00:00 2001 From: kaelima Date: Thu, 13 Sep 2012 11:38:27 +0200 Subject: Core/ItemTemplate: Rename unk0 column. Weapons have special sounds on impact. This column is used to override these sounds by specifying another subclass. For example an item with misc subclass can sound like a stave on impact by overriding the subclass here. --- sql/updates/world/2012_09_13_00_world_item_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_09_13_00_world_item_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_09_13_00_world_item_template.sql b/sql/updates/world/2012_09_13_00_world_item_template.sql new file mode 100644 index 00000000000..48b9d3a107f --- /dev/null +++ b/sql/updates/world/2012_09_13_00_world_item_template.sql @@ -0,0 +1 @@ +ALTER TABLE `item_template` CHANGE unk0 SoundOverrideSubclass tinyint(3) NOT NULL DEFAULT '-1'; -- cgit v1.2.3