aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-05-31 17:17:56 +0200
committerKillyana <morphone1@gmail.com>2019-05-31 17:17:56 +0200
commita99f67c381915cbf4407e18244304d7624c63966 (patch)
treef531a7ad286fcb4050e50053c2446648969ce4a6
parentd823c6896eb35a6a81ccc2551d7ffb561ce3486b (diff)
DB/Quest: Dark Iron Legacy
-rw-r--r--sql/updates/world/3.3.5/2019_05_31_04_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_31_04_world.sql b/sql/updates/world/3.3.5/2019_05_31_04_world.sql
new file mode 100644
index 00000000000..23bb7f3e5bc
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_05_31_04_world.sql
@@ -0,0 +1,6 @@
+--
+UPDATE `gameobject_template_addon` SET `flags`=`flags`|16 WHERE `entry`=164688;
+UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=164689;
+DELETE FROM `smart_scripts` WHERE `entryorguid`=164689 AND `id`=0 AND `source_type`=1;
+INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
+(164689,1,0,0,20,0,100,0,3802,0,0,0,118,1,0,0,0,0,0,20,164688,10,0,0.0,0.0,0.0,0.0,"Monument of Franclorn - On quest rewarded - Change Gob state");