diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2019-07-17 22:29:17 +0200 |
|---|---|---|
| committer | Treeston <treeston.mmoc@gmail.com> | 2019-07-17 22:31:03 +0200 |
| commit | af66b6098795fbc5656bffd299a6c2a0038e5ae5 (patch) | |
| tree | 769bd8c863681fbd6e22dc25bad65eff4478a21c /sql | |
| parent | 31f82182167070f326d71b2c1ff1c396df09e44b (diff) | |
Core/DB: Add a trinity string for pool respawns.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_07_17_06_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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'); |
