aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_05_15_00_world_creature_template.sql1
-rw-r--r--sql/updates/world/2011_05_15_01_world_smart_scripts.sql4
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_15_00_world_creature_template.sql b/sql/updates/world/2011_05_15_00_world_creature_template.sql
new file mode 100644
index 00000000000..fe94c70cf5a
--- /dev/null
+++ b/sql/updates/world/2011_05_15_00_world_creature_template.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`='' WHERE `entry` = 4625;
diff --git a/sql/updates/world/2011_05_15_01_world_smart_scripts.sql b/sql/updates/world/2011_05_15_01_world_smart_scripts.sql
new file mode 100644
index 00000000000..988f172965b
--- /dev/null
+++ b/sql/updates/world/2011_05_15_01_world_smart_scripts.sql
@@ -0,0 +1,4 @@
+DELETE FROM `smart_scripts` WHERE `entryorguid` = 4625 AND `source_type` = 0 AND `id` IN (0,1);
+INSERT INTO `smart_scripts` VALUES
+(4625,0,0,0,1,0,100,3,0,1100,0,1100,11,7083,2,0,0,0,0,1,0,0,0,0,0,0,0,'Ward Keepers - Cast the Guard Spell'),
+(4625,0,1,0,6,0,100,2,0,0,0,0,34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Ward Keepers - Send Event on Die');