mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Creature_text: Fix probability inside a group
Closes #16093
(cherry picked from commit b5eb675710)
This commit is contained in:
3
sql/updates/world/2016_01_16_08_world_2015_12_24_00.sql
Normal file
3
sql/updates/world/2016_01_16_08_world_2015_12_24_00.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user