aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorQAston <qaston@gmail.com>2011-09-21 00:27:20 -0700
committerQAston <qaston@gmail.com>2011-09-21 00:27:20 -0700
commit82bc9172651e99db4d034ab1c88cf10e1369b926 (patch)
treeeed145e6fb03cd41eb11f295051316b46ec83c0f /sql
parent0ab9dd3f9f83e59641d422b92ab347c024b3287a (diff)
parentf5dbcddd446fe97f27f71e4950976ecd266083ec (diff)
Merge pull request #2908 from Drethek/TwinsValk
Scripts: Twins Valk - Cleanup / Remove Hardcoded Bullet Spawn (Need DB Support - Stalkers Spawns) Acidmaw - Use Correct Submerge Spell Trial Of Crusader - Correct Coordinate Spawn Trial Of Crusader - Correct Open/Close Main Door Timer Trial Of Crusader - Open/Close On Boss EnterEvadeMode
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_09_05_world_misc.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_05_world_misc.sql b/sql/updates/world/2011_09_05_world_misc.sql
new file mode 100644
index 00000000000..730e27fb2b2
--- /dev/null
+++ b/sql/updates/world/2011_09_05_world_misc.sql
@@ -0,0 +1,6 @@
+UPDATE `creature_template` SET `scriptname`='mob_bullet_controller' WHERE `entry` = 34743;
+
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `ConditionTypeOrReference` = 18 AND `SourceEntry` IN (66152,66153);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(13, 0, 66152, 0, 18, 1, 34720, 1, 0, '', 'Light Bullets Stalker - Light Orb Spawn'),
+(13, 0, 66153, 0, 18, 1, 34704, 1, 0, '', 'Dark Bullets Stalker - Dark Orb Spawn');