diff options
author | acidmanifesto <acidmanifesto@users.noreply.github.com> | 2022-01-07 17:32:15 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2022-01-07 17:32:15 +0200 |
commit | 1dcbad76fccbe6ba5982b0ebf044ccd1b6b1eba0 (patch) | |
tree | f15f8f570d9f72558ac837e88cf184839ad0ff43 /sql/updates | |
parent | 6b92aa3da4e252f315daa55b7a8b23c2b43f5bfe (diff) |
DB/Misc: Event name fix
Closes #27533
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/3.3.5/2022_01_07_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |