diff options
author | offl <offl@users.noreply.github.com> | 2021-04-13 21:06:43 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-08 21:58:07 +0100 |
commit | 8897151ffb9b2112ddb3edad1cd86f4ddab6117c (patch) | |
tree | d83481c5c987209b999c555ce8cd7adc0920a272 | |
parent | d9f92e0f515867a50c9a9727ebf034d58fe66c9a (diff) |
DB/Misc: Fix duplicate game_tele name
(cherry picked from commit 6a46817f5d0a9ec760cc16b0871b74c40033f69a)
-rw-r--r-- | sql/updates/world/master/2022_03_08_06_world_2021_04_13_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_08_06_world_2021_04_13_06_world.sql b/sql/updates/world/master/2022_03_08_06_world_2021_04_13_06_world.sql new file mode 100644 index 00000000000..6e8a27be033 --- /dev/null +++ b/sql/updates/world/master/2022_03_08_06_world_2021_04_13_06_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `game_tele` SET `name` = "CrusadersOutpostScarletMonastery" WHERE `id` = 230; |