Commands/Npc: Add AIName/ScriptName to npc info

Thanks Aokromes for suggestion
This commit is contained in:
kaelima
2011-12-18 22:45:23 +01:00
parent b4df932e71
commit 7a2f7b0e63
3 changed files with 9 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `trinity_string` WHERE `entry`=5031;
INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES
(5031, 'AIName: %s ScriptName: %s');