Scripts/Commands: .npc info now includes react state info

Port From (https://github.com/TrinityCore/TrinityCore/commit/dd239e8b0f945a70c9d738024bdc2d75d54575f4)
This commit is contained in:
hondacrx
2021-11-02 14:03:25 -04:00
parent 6f27d79873
commit aebbc968eb
3 changed files with 7 additions and 2 deletions
@@ -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");