fix (DB/Misc): Rename tele OldIronForge (#10225)

This commit is contained in:
acidmanifesto 2022-01-17 20:48:26 -05:00 committed by GitHub
parent ac35936401
commit 4c3433cc49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642451633324843013');
-- Tele Name Corrections
UPDATE `game_tele` SET `name`='OldIronForge' WHERE `id`=1429;