aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracidmanifesto <acidmanifesto@users.noreply.github.com>2022-01-07 17:32:15 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-24 23:48:26 +0100
commit772104e134ea832993b24072bcf48bf6dcd516d3 (patch)
treefc8768f949a574d51c8cbb499448b4ce6da52728
parent0e591e35d1a42339b5f5e4ef459ed01b85d75b1a (diff)
DB/Misc: Event name fix
Closes #27533 (cherry picked from commit 1dcbad76fccbe6ba5982b0ebf044ccd1b6b1eba0)
-rw-r--r--sql/updates/world/master/2022_03_24_20_world_2022_01_07_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_24_20_world_2022_01_07_02_world.sql b/sql/updates/world/master/2022_03_24_20_world_2022_01_07_02_world.sql
new file mode 100644
index 00000000000..382c279cbd9
--- /dev/null
+++ b/sql/updates/world/master/2022_03_24_20_world_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;