fix(DB/game_tele): Duplicate teleport name (#7864)

* fix(DB/game_tele): Duplicate teleport name

* cherry-pick commit <6a46817f5d>

Co-Authored-By: offl <11556157+offl@users.noreply.github.com>

* Update rev_1631572727925631500.sql

Co-authored-by: offl <11556157+offl@users.noreply.github.com>
This commit is contained in:
Kitzunu
2021-09-19 16:08:00 +02:00
committed by GitHub
parent 86c5511e7b
commit ced34e802b

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631572727925631500');
UPDATE `game_tele` SET `name` = 'CrusadersOutpostScarletMonastery' WHERE `id` = 230;