From 8b2fc59397ebca720726270dc5319f1d2ffa0150 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 1 Sep 2025 00:11:04 +0200 Subject: Core/Players: Fixed buying bank tabs --- sql/updates/world/master/2025_09_01_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2025_09_01_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2025_09_01_00_world.sql b/sql/updates/world/master/2025_09_01_00_world.sql new file mode 100644 index 00000000000..5647cf49fcb --- /dev/null +++ b/sql/updates/world/master/2025_09_01_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` WHERE `entry`=810; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(810,'Tab %u'); -- cgit v1.2.3