diff options
| author | Nay <dnpd.dd@gmail.com> | 2013-07-23 02:13:09 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2013-07-23 02:13:09 +0100 |
| commit | a3aa3f65fdf366de0f6111fb0569607de34d9d16 (patch) | |
| tree | be98192ebce2091597833df856035b54310db942 /sql | |
| parent | 999843dfefd59a48878af7957a6fa5fc00fe2af2 (diff) | |
Scripts/VH: Refactor commit 999843d
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_23_00_world_misc.sql (renamed from sql/updates/world/2013_06_27_18_world_misc.sql) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/updates/world/2013_06_27_18_world_misc.sql b/sql/updates/world/2013_07_23_00_world_misc.sql index 7af0b741eff..8e69c7bb785 100644 --- a/sql/updates/world/2013_06_27_18_world_misc.sql +++ b/sql/updates/world/2013_07_23_00_world_misc.sql @@ -1,7 +1,7 @@ UPDATE `gameobject_template` SET `flags`=48, `ScriptName`='go_activation_crystal' WHERE `entry`=193611; -UPDATE `creature_template` -SET `flags_extra'=130,'ScriptName'='npc_violet_hold_arcane_sphere' -WHERE 'entry'=30837; +UPDATE `creature_template` SET `flags_extra`=130, `ScriptName`='npc_violet_hold_arcane_sphere' WHERE `entry`=30837; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES (13, 1, 57930, 0, 0, 32, 0, 16, 0, 0, 1, 0, 0, '', NULL); +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1 AND `SourceEntry`=57930; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 57930, 0, 0, 32, 0, 16, 0, 0, 1, 0, 0, '', 'Spell Arcane Lightning hit players'); |
