From af66b6098795fbc5656bffd299a6c2a0038e5ae5 Mon Sep 17 00:00:00 2001 From: Treeston Date: Wed, 17 Jul 2019 22:29:17 +0200 Subject: Core/DB: Add a trinity string for pool respawns. --- sql/updates/world/3.3.5/2019_07_17_06_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_07_17_06_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2019_07_17_06_world.sql b/sql/updates/world/3.3.5/2019_07_17_06_world.sql new file mode 100644 index 00000000000..dd145469e3d --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_17_06_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `trinity_string` WHERE `entry`=5084; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES (5084,'pools'); -- cgit v1.2.3