diff options
author | offl <offl@users.noreply.github.com> | 2020-07-08 17:59:05 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-21 22:26:36 +0100 |
commit | 3f48824d73f7e5fc6d718debcb1aadfae647416e (patch) | |
tree | 12f9668eadb9be3adc923d986268b696203cb510 /sql | |
parent | 01700f611e48ae20f1606e43978aa60a035a3bb2 (diff) |
DB: Add missing comments to creature_summon_groups
Closes #24935
(cherry picked from commit 868797035b4275fb14d09f756306002bea67ff89)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_01_21_36_world_2020_07_08_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_21_36_world_2020_07_08_04_world.sql b/sql/updates/world/master/2022_01_21_36_world_2020_07_08_04_world.sql new file mode 100644 index 00000000000..18d1c5bded2 --- /dev/null +++ b/sql/updates/world/master/2022_01_21_36_world_2020_07_08_04_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_summon_groups` SET `Comment` = "Ranger Lilatha - Group 0 - Shadowpine Oracle" WHERE `summonerId` = 16295 AND `entry` = 16343; +UPDATE `creature_summon_groups` SET `Comment` = "Ranger Lilatha - Group 0 - Mummified Headhunter" WHERE `summonerId` = 16295 AND `entry` = 16342; |