diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-02-19 07:54:59 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2019-07-21 21:06:54 +0200 |
| commit | 00454fdd4551bff2d7dbac35fdc92c7ed795fa53 (patch) | |
| tree | d7d915d602dc5382a98710be57b7072a458dd383 | |
| parent | fb5c07ffe8d72d32a2c47cfa41dfb3a952160b72 (diff) | |
DB/Misc: Fix typo on game_tele for Greymane Wal
Closes #19163 by MrSmite
(cherrypicked from 7ed8cf65c935afb7544aeeb71c3b6c528f8a6366)
| -rw-r--r-- | sql/updates/world/master/2019_07_18_09_world_2017_02_19_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_07_18_09_world_2017_02_19_00_world.sql b/sql/updates/world/master/2019_07_18_09_world_2017_02_19_00_world.sql new file mode 100644 index 00000000000..5a0e4427ce7 --- /dev/null +++ b/sql/updates/world/master/2019_07_18_09_world_2017_02_19_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `game_tele` SET `name`='TheGreymaneWall' WHERE `id`=1071; +-- |
