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

(cherry picked from commit 2c030ed5e7)
This commit is contained in:
Treeston
2018-08-28 11:50:02 +02:00
committed by Shauren
parent 437fb2aaba
commit dd239e8b0f
4 changed files with 19 additions and 2 deletions

View File

@@ -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");