diff options
author | Killyana <morphone1@gmail.com> | 2015-12-24 15:52:06 +0100 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2016-01-16 13:23:32 +0100 |
commit | 69dd2d4c44ff4eb6bf8becc547b0886f6cc954f0 (patch) | |
tree | 00644846ae84453fbd4ad405102c0b1ea63b37a1 | |
parent | defcf46f2ee5ea5de80cc756a64922fb165c5507 (diff) |
DB/Creature_text: Fix probability inside a group
Closes #16093
(cherry picked from commit b5eb67571099a8f079cd64e8d17352b0dabb9882)
-rw-r--r-- | sql/updates/world/2016_01_16_08_world_2015_12_24_00.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_16_08_world_2015_12_24_00.sql b/sql/updates/world/2016_01_16_08_world_2015_12_24_00.sql new file mode 100644 index 00000000000..52d83bb63c3 --- /dev/null +++ b/sql/updates/world/2016_01_16_08_world_2015_12_24_00.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_text` SET `probability`=17 WHERE `Entry`=36856 AND `groupid`=6 AND `id` IN (0,1,2,3,4); +UPDATE `creature_text` SET `probability`=15 WHERE `Entry`=36856 AND `groupid`=6 AND `id`=5; |