diff options
| author | megamage <none@none> | 2009-08-23 16:27:00 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-23 16:27:00 -0500 |
| commit | a6e2196247602eb1ce1dc854dc4afd87c63e8f53 (patch) | |
| tree | e06a343d9e1f96484f2f3c802b5a591229d87e27 /sql/updates | |
| parent | 78a6a04db9f58ef25a908223bc30bd0172fce807 (diff) | |
*Better mob ai for quest an end to all things.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5532_world_scripts_dk.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/5532_world_scripts_dk.sql b/sql/updates/5532_world_scripts_dk.sql new file mode 100644 index 00000000000..566cf997f0e --- /dev/null +++ b/sql/updates/5532_world_scripts_dk.sql @@ -0,0 +1,2 @@ +update creature_template set AIName = 'ArchorAI', scriptname='' where entry in (29102,29103); +update creature_template set AIName = 'TurretAI', scriptname='' where entry = 29104; |
