Core/Loot: fix mistake in previous commit. also fix flags in sql. i did things backwards ^^

This commit is contained in:
Kandera
2012-06-07 14:05:52 -04:00
parent 22efc5e2bd
commit 4bfb96fbcf
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
UPDATE `item_template` SET `flags` = 0 WHERE `entry` IN (50274,50226,50231);