From 1dcbad76fccbe6ba5982b0ebf044ccd1b6b1eba0 Mon Sep 17 00:00:00 2001 From: acidmanifesto Date: Fri, 7 Jan 2022 17:32:15 +0200 Subject: DB/Misc: Event name fix Closes #27533 --- sql/updates/world/3.3.5/2022_01_07_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_01_07_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2022_01_07_02_world.sql b/sql/updates/world/3.3.5/2022_01_07_02_world.sql new file mode 100644 index 00000000000..382c279cbd9 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_01_07_02_world.sql @@ -0,0 +1,2 @@ +-- Correct name of Event +UPDATE `game_event` SET `description`='Children of Goldshire' WHERE `eventEntry`=76; -- cgit v1.2.3