diff options
author | Filip <boev.filip@gmail.com> | 2013-08-29 15:16:20 +0200 |
---|---|---|
committer | Filip <boev.filip@gmail.com> | 2013-08-29 15:16:20 +0200 |
commit | 6469656fe868543f3a3f2362cea23952b41c1a4e (patch) | |
tree | 939db074f3fe2398df0c658892338c3b831558a4 | |
parent | e23b6436c5f84aa229af92c57e0ebc5fb04ec6c6 (diff) |
DB/Loot: Fix Sealed Chest loot
Fix by @untaught, closes #10652
-rw-r--r-- | sql/updates/world/2013_08_29_01_world_update.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_29_01_world_update.sql b/sql/updates/world/2013_08_29_01_world_update.sql new file mode 100644 index 00000000000..4017c4a0454 --- /dev/null +++ b/sql/updates/world/2013_08_29_01_world_update.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `NegativeCondition`=0 WHERE `SourceTypeOrReferenceId`=1 AND `SourceGroup` IN (36597,39166,39167,39168) AND `SourceEntry`=51315 AND `ConditionTypeOrReference`=3; |