fix(DB/game_tele): Duplicate teleport name (#7864)
* fix(DB/game_tele): Duplicate teleport name * cherry-pick commit <https://github.com/TrinityCore/TrinityCore/commit/6a46817f5d0a9ec760cc16b0871b74c40033f69a> 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:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631572727925631500');
|
||||
|
||||
UPDATE `game_tele` SET `name` = 'CrusadersOutpostScarletMonastery' WHERE `id` = 230;
|
||||
Reference in New Issue
Block a user