diff options
| author | kaelima <kaelima@live.se> | 2011-12-18 22:45:23 +0100 |
|---|---|---|
| committer | kaelima <kaelima@live.se> | 2011-12-18 22:45:23 +0100 |
| commit | 7a2f7b0e6344bd5659d35f6ef50f23656cd68140 (patch) | |
| tree | 5ee944b84704a222872deebdb7d052e2fc453bbd /sql | |
| parent | b4df932e7184a1ec9987b2592a3df8f6a0b267b2 (diff) | |
Commands/Npc: Add AIName/ScriptName to npc info
Thanks Aokromes for suggestion
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_12_18_03_world_trinity_string.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_12_18_03_world_trinity_string.sql b/sql/updates/world/2011_12_18_03_world_trinity_string.sql new file mode 100644 index 00000000000..d26cc356cff --- /dev/null +++ b/sql/updates/world/2011_12_18_03_world_trinity_string.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` WHERE `entry`=5031; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(5031, 'AIName: %s ScriptName: %s'); |
