diff options
author | Killyana <morphone1@gmail.com> | 2015-09-03 20:44:06 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-09-03 20:44:06 +0200 |
commit | 2df70fd1a748e70582caeda203179dd485f9d82d (patch) | |
tree | 9c5012ba2ded9f69202c4595dedd6b52d340c590 | |
parent | 381285865cdd1fc5904a2f8694dd3a115d1e842f (diff) |
DB/Item: Girdle of the Warrior Magi
Fix socket bonus
By: @Rochet2
Closes #15311
-rw-r--r-- | sql/updates/world/2015_09_03_08_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |