From 7d3486dc4b58fe2aee8279793f5153a9ada95677 Mon Sep 17 00:00:00 2001 From: Alastro-Kraken Date: Tue, 1 Feb 2022 14:08:43 +0200 Subject: DB/Creature: correct trainer greeting for NPC Slagg Closes #27684 --- sql/updates/world/3.3.5/2022_02_01_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_02_01_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2022_02_01_00_world.sql b/sql/updates/world/3.3.5/2022_02_01_00_world.sql new file mode 100644 index 00000000000..aa8e6b53f6f --- /dev/null +++ b/sql/updates/world/3.3.5/2022_02_01_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `trainer` SET `Greeting`="There is no treat finer than Barbecued Buzzard Wing." WHERE `Id`=93; -- cgit v1.2.3