From a5d860c4fa92b61f65a8dad56706f8a07d88faad Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 24 Feb 2014 00:07:35 +0100 Subject: DB/Items: Fix some startup errors Updates #11587 --- sql/updates/world/2014_02_23_04_world_item_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_02_23_04_world_item_template.sql (limited to 'sql') diff --git a/sql/updates/world/2014_02_23_04_world_item_template.sql b/sql/updates/world/2014_02_23_04_world_item_template.sql new file mode 100644 index 00000000000..599a9072a84 --- /dev/null +++ b/sql/updates/world/2014_02_23_04_world_item_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `item_template` SET `RandomProperty`=0, `WDBVerified`=-15595 WHERE `entry`=1259; -- cgit v1.2.3