diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2018-08-28 11:50:02 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-10-23 14:33:21 +0200 |
| commit | dd239e8b0f945a70c9d738024bdc2d75d54575f4 (patch) | |
| tree | 8cc62266db326c726cc6a4512d55df315525612d /sql/updates | |
| parent | 437fb2aaba8850dd81a15d661c82403be9170c4e (diff) | |
Scripts/Commands: .npc info now includes react state info
(cherry picked from commit 2c030ed5e7dc809e384415716789e0a663352d16)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_10_23_02_world_2018_08_28_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_23_02_world_2018_08_28_01_world.sql b/sql/updates/world/master/2021_10_23_02_world_2018_08_28_01_world.sql new file mode 100644 index 00000000000..6ba3f42c420 --- /dev/null +++ b/sql/updates/world/master/2021_10_23_02_world_2018_08_28_01_world.sql @@ -0,0 +1,3 @@ +UPDATE `trinity_string` SET `entry`=5087 WHERE `entry`=5018; +DELETE FROM `trinity_string` WHERE `entry`=5018; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES (5018,"React state: %s"); |
