From dd3a18ba69bc76d47da0dbbc1c3b33bdd6d9dd6e Mon Sep 17 00:00:00 2001 From: offl Date: Fri, 28 Aug 2020 04:06:20 +0300 Subject: DB/Misc: Add missing comments to creature_summon_groups --- sql/updates/world/3.3.5/2020_08_28_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_28_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_08_28_01_world.sql b/sql/updates/world/3.3.5/2020_08_28_01_world.sql new file mode 100644 index 00000000000..53afbd4e0d1 --- /dev/null +++ b/sql/updates/world/3.3.5/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; -- cgit v1.2.3