diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-02-19 07:54:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-19 07:54:59 +0100 |
| commit | 7ed8cf65c935afb7544aeeb71c3b6c528f8a6366 (patch) | |
| tree | 9e07117dd33a5b588e5f649a8725cf404170cd36 | |
| parent | 9142c778dd861eda188ba868433af05038c4e13c (diff) | |
DB/Misc: Fix typo on game_tele for Greymane Wal
Closes #19163 by MrSmite
| -rw-r--r-- | sql/updates/world/3.3.5/2017_02_19_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_02_19_00_world.sql b/sql/updates/world/3.3.5/2017_02_19_00_world.sql new file mode 100644 index 00000000000..5a0e4427ce7 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_02_19_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `game_tele` SET `name`='TheGreymaneWall' WHERE `id`=1071; +-- |
