diff options
-rw-r--r-- | sql/updates/world/2013_04_12_00_world_smart_scripts.sql | 4 |
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'); |