aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-08-28 11:50:02 +0200
committerTreeston <treeston.mmoc@gmail.com>2018-08-28 12:05:05 +0200
commit2c030ed5e7dc809e384415716789e0a663352d16 (patch)
tree4f56b3dbca8333d678e526d3742c028c97eff990 /sql
parent7611242530e7037ecab9bc8a619628128b22fb6f (diff)
Scripts/Commands: .npc info now includes react state info
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2018_08_28_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_08_28_01_world.sql b/sql/updates/world/3.3.5/2018_08_28_01_world.sql
new file mode 100644
index 00000000000..a95527b2d53
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_08_28_01_world.sql
@@ -0,0 +1,2 @@
+DELETE FROM `trinity_string` WHERE `entry`=5018;
+INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES (5018,"React state: %s");