diff options
| author | profPlum <dwyerfire@gmail.com> | 2013-07-23 01:51:24 +0100 |
|---|---|---|
| committer | Warpten <vertozor@gmail.com> | 2013-07-23 14:55:54 +0200 |
| commit | 52def4143a53bcf235d35cbfa2d13e5cc8a4f318 (patch) | |
| tree | 2936d419ef0d57c664364e6859f52af635344cad /sql | |
| parent | 97608aeff754ef94b73b868437d8f41ccace24be (diff) | |
Scripts/VH: fix for violet hold's activation crystals
Closes #10129
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_06_27_18_world_misc.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_27_18_world_misc.sql b/sql/updates/world/2013_06_27_18_world_misc.sql new file mode 100644 index 00000000000..7af0b741eff --- /dev/null +++ b/sql/updates/world/2013_06_27_18_world_misc.sql @@ -0,0 +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; + +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); |
