mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
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:
@@ -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