diff options
author | offl <offl@users.noreply.github.com> | 2020-08-28 04:06:20 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-04 10:56:43 +0100 |
commit | 007531407dbbba6e3bd0e7978f66522279df554c (patch) | |
tree | 3899400aea75d80cab8fba1d27ff67f9879381e0 | |
parent | 46959100851fdb94d5a4467b298533b8a7bac8f5 (diff) |
DB/Misc: Add missing comments to creature_summon_groups
(cherry picked from commit dd3a18ba69bc76d47da0dbbc1c3b33bdd6d9dd6e)
-rw-r--r-- | sql/updates/world/master/2022_02_04_01_world_2020_08_28_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_04_01_world_2020_08_28_01_world.sql b/sql/updates/world/master/2022_02_04_01_world_2020_08_28_01_world.sql new file mode 100644 index 00000000000..53afbd4e0d1 --- /dev/null +++ b/sql/updates/world/master/2022_02_04_01_world_2020_08_28_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_summon_groups` SET `Comment` = "Hemet Nesingwary - Group 1 - Talbuk Stag" WHERE `summonerId` = 18180 AND `summonerType` = 0; |