aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2013_08_11_03_world_misc.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_08_11_03_world_misc.sql b/sql/updates/world/2013_08_11_03_world_misc.sql
index 67669fea024..6936f444d74 100644
--- a/sql/updates/world/2013_08_11_03_world_misc.sql
+++ b/sql/updates/world/2013_08_11_03_world_misc.sql
@@ -2,7 +2,7 @@ SET @ENTRY := 16880;
UPDATE `quest_template` SET `RequiredSpellCast1`=0 WHERE `Id`=10255;
-UPDATE `creature_template` SET `RequiredSpellCast1`=0,`AIName`='SmartAI' WHERE `entry`=@ENTRY;
+UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY;
DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@ENTRY;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;