diff options
author | dr-j <dr-j@trinity.contrib> | 2013-03-13 19:52:31 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-03-13 19:52:31 +0100 |
commit | 2f895f91ee0d700f01b13ab8863bf9ba8a99943b (patch) | |
tree | fca1d7e9430d6f86e47a09b1fe4dadd5961b8b3b | |
parent | 9ae1ef2cf857828ad6c277ce3364ab38998b0bab (diff) |
DB/Loot: Correct Lootmode for some questitems (thx redsonja as well)
Closes #9382
Closes #9381
-rw-r--r-- | sql/updates/world/2013_03_13_01_world_creature_loot_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_03_13_01_world_creature_loot_template.sql b/sql/updates/world/2013_03_13_01_world_creature_loot_template.sql new file mode 100644 index 00000000000..ce1fbd0cec4 --- /dev/null +++ b/sql/updates/world/2013_03_13_01_world_creature_loot_template.sql @@ -0,0 +1,2 @@ +-- wrong lootmode +UPDATE `creature_loot_template` SET `lootmode`=1 WHERE `item` IN(46367,46381,46380); |