diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2018-07-18 14:19:24 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-10-14 19:16:54 +0200 |
| commit | c4458dd08ebe442461c711d01b014c6ff268fde6 (patch) | |
| tree | 79533ba029db9ccacbeb95791e6590cf670179bc /sql | |
| parent | 3e22c70c27dd4bcd6e19b42dd45df27da9368fc4 (diff) | |
Scripts/Commands: .npc info and .gobj info now show runtime AI typenames in addition to AIName/ScriptName.
Trying to figure out what base AI type a given creature is using has annoyed me one too many times (hi there, e8f9068).
(cherry picked from commit f7466c28a5f2c2acd2669991cb3a666c997aafab)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_10_14_06_world_2018_07_18_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_14_06_world_2018_07_18_00_world.sql b/sql/updates/world/master/2021_10_14_06_world_2018_07_18_00_world.sql new file mode 100644 index 00000000000..0bd363d816a --- /dev/null +++ b/sql/updates/world/master/2021_10_14_06_world_2018_07_18_00_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `trinity_string` WHERE `entry`=5083; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES (5083,"Active AI: %s"); |
