From 2df70fd1a748e70582caeda203179dd485f9d82d Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 3 Sep 2015 20:44:06 +0200 Subject: DB/Item: Girdle of the Warrior Magi Fix socket bonus By: @Rochet2 Closes #15311 --- sql/updates/world/2015_09_03_08_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_09_03_08_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_09_03_08_world.sql b/sql/updates/world/2015_09_03_08_world.sql new file mode 100644 index 00000000000..9331944eb09 --- /dev/null +++ b/sql/updates/world/2015_09_03_08_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `item_template` SET `socketcolor_1` = 4 WHERE `entry` = 44176; -- cgit v1.2.3