diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-08-17 11:38:31 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2016-08-17 11:38:31 +0200 |
| commit | 8c690f9edc3e4e7edd4cf4886ff616c8e6ac4e7e (patch) | |
| tree | 6e9fea9cadf3b21e81e04fcd897b290e8c692936 /sql | |
| parent | dc78f1ecfc25a3d8e150dff571bd65c1e0ffab03 (diff) | |
Pet/DK: Make Risen Ghoul and Bloodworms no longer suicidally charge into not-yet-engaged mob packs.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/9999_99_99_99_BLOODWORMS.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/9999_99_99_99_BLOODWORMS.sql b/sql/updates/world/3.3.5/9999_99_99_99_BLOODWORMS.sql new file mode 100644 index 00000000000..b10a117e6e9 --- /dev/null +++ b/sql/updates/world/3.3.5/9999_99_99_99_BLOODWORMS.sql @@ -0,0 +1,2 @@ +-- add AI to bloodworms to make them not stupid and suicidal +UPDATE `creature_template` SET `ScriptName`='npc_pet_dk_guardian', `AIName`='' WHERE `entry` IN (26125,28017); |
