diff options
| author | Discover- <amort11@hotmail.com> | 2012-01-06 04:08:58 -0800 |
|---|---|---|
| committer | Discover- <amort11@hotmail.com> | 2012-01-06 04:08:58 -0800 |
| commit | 8e8cb988427bd44c09c10d5043533aa1446aff34 (patch) | |
| tree | 456bd5bfdbc707be9f0251999e071b2d8cc98f20 | |
| parent | c3ac958c0ce7273a75dc6a08216c949d68e46e56 (diff) | |
| parent | 6be242053f15e6d5bfec0eaef1b1ae5f37ea84e6 (diff) | |
Merge pull request #4666 from nelegalno/last_attempt_04
Tiger Matriarch Credit have SAI flag but no SAI script
| -rw-r--r-- | sql/updates/world/2011_12_30_04_world_misc.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_12_30_04_world_misc.sql b/sql/updates/world/2011_12_30_04_world_misc.sql new file mode 100644 index 00000000000..d59a5551f14 --- /dev/null +++ b/sql/updates/world/2011_12_30_04_world_misc.sql @@ -0,0 +1,2 @@ +-- Tiger Matriarch Credit have no SAI script +UPDATE `creature_template` SET `AIName`='' WHERE `entry`=40301; |
