aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKandera <KanderaDev@gmail.com>2012-07-05 13:18:40 -0400
committerKandera <KanderaDev@gmail.com>2012-07-05 13:19:06 -0400
commitad71a69efdce00af3c6942b78b62dd2f128f192f (patch)
treed5238eff4bea1495fa3dabe3a597f8da40fe4ec8 /sql
parent869ea349879f85f2246921569c3a02807e266479 (diff)
Core/Loot: fix a typo from previous commit. (thx joschiwald)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_07_05_00_world_item_template.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_07_05_00_world_item_template.sql b/sql/updates/world/2012_07_05_00_world_item_template.sql
index be6dc1979c1..d4240ca65a7 100644
--- a/sql/updates/world/2012_07_05_00_world_item_template.sql
+++ b/sql/updates/world/2012_07_05_00_world_item_template.sql
@@ -1 +1 @@
-UPDATE `item_template` SET `flagsCustom` = `flagsCustom` | 3 WHERE `entry` IN (50226,50231,50274);
+UPDATE `item_template` SET `flagsCustom` = `flagsCustom` | 4 WHERE `entry` IN (50226,50231,50274);