aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirkhammett <boev.filip@gmail.com>2013-04-12 22:07:52 +0200
committerGacko <gacko28@gmx.de>2013-04-12 22:11:52 +0200
commit51f6db79159576d6b8f550670629a8eb65fa2150 (patch)
tree108b262aab3386f1057ec9f810e8146b89041b17
parentefaa29dac739c6bc1af34a7a73f3b8f721fb0784 (diff)
Script/SAI: Remove Shadow's Edge on completing 'Shadowmourne...'
Closes: #9600
-rw-r--r--sql/updates/world/2013_04_12_00_world_smart_scripts.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_04_12_00_world_smart_scripts.sql b/sql/updates/world/2013_04_12_00_world_smart_scripts.sql
new file mode 100644
index 00000000000..6e7dddee60c
--- /dev/null
+++ b/sql/updates/world/2013_04_12_00_world_smart_scripts.sql
@@ -0,0 +1,4 @@
+UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=37120;
+DELETE FROM `smart_scripts` WHERE `entryorguid`=37120;
+INSERT INTO `smart_scripts` (`entryorguid`,`event_type`,`event_param1`,`action_type`,`action_param1`,`action_param2`,`target_type`,`comment`) VALUES
+(37120,20,24549,57,49888,1,7,'Highlord Darion Mograine - On quest rewarded - Remove item from player');