diff options
-rw-r--r-- | sql/updates/world/2012_12_26_09_world_sai.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_12_26_09_world_sai.sql b/sql/updates/world/2012_12_26_09_world_sai.sql index 56024520531..fe81c15fb3a 100644 --- a/sql/updates/world/2012_12_26_09_world_sai.sql +++ b/sql/updates/world/2012_12_26_09_world_sai.sql @@ -1,5 +1,5 @@ -- SAI for Razormaw Matriarch -SET @ENTRY := 1021; +SET @ENTRY := 1140; UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@ENTRY; DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@ENTRY; |