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:
parent
86c5511e7b
commit
ced34e802b
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631572727925631500');
|
||||
|
||||
UPDATE `game_tele` SET `name` = 'CrusadersOutpostScarletMonastery' WHERE `id` = 230;
|
||||
Loading…
Add table
Add a link
Reference in a new issue