diff options
author | Killyana <morphone1@gmail.com> | 2016-06-01 19:21:33 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-06-01 19:21:33 +0200 |
commit | 4b8f285c18cf21c090e826bfeb66ab36d70aad17 (patch) | |
tree | c6439656d5ef3862cf1c574d15251259d050513d | |
parent | 712ac6cace22eb73b5be7603d96678d6250a5522 (diff) |
DB/Loot: Fix chance for contents of item "Fireproof Satchel"
Closes #17247
By SnapperRy
-rw-r--r-- | sql/updates/world/3.3.5/2016_06_01_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_01_05_world.sql b/sql/updates/world/3.3.5/2016_06_01_05_world.sql new file mode 100644 index 00000000000..3d7a32ac308 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_01_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `item_loot_template` SET `Chance`=100 WHERE `Entry`=24336; |