diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-08-19 23:54:44 +0200 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2016-08-19 23:54:44 +0200 |
| commit | aeeae8d09c81e48d68ee3ff5a9588f8f94f5ad4d (patch) | |
| tree | aac108cdf1496ddad893fadc8c0b12e5376c2f6e /sql | |
| parent | ba4d6f63936fe3269e6c8b75358bc00a78fd49df (diff) | |
| parent | 8c690f9edc3e4e7edd4cf4886ff616c8e6ac4e7e (diff) | |
Merge remote-tracking branch 'Treeston/3.3.5-petaggro' into 3.3.5 (PR #17800)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_08_19_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_19_03_world.sql b/sql/updates/world/3.3.5/2016_08_19_03_world.sql new file mode 100644 index 00000000000..b10a117e6e9 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_08_19_03_world.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); |
