diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-12 18:08:30 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-12 18:08:30 +0200 |
| commit | 0f5c481cd44a0f26c3decf286f23801e6df4b838 (patch) | |
| tree | bc9ec876394a50f10f048bb935e3d76e07eed611 /sql/updates | |
| parent | 3f0ce25d5d3b90102a77f8b6d0b942d84fec7cfa (diff) | |
| parent | 6d8dbb5c4a638d4a76a8d0901f168a5b91658ccd (diff) | |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Player/Player.h
src/server/game/Handlers/SkillHandler.cpp
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2014_07_12_00_world_misc.sql | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_12_00_world_misc.sql b/sql/updates/world/2014_07_12_00_world_misc.sql new file mode 100644 index 00000000000..18de044cf2e --- /dev/null +++ b/sql/updates/world/2014_07_12_00_world_misc.sql @@ -0,0 +1,14 @@ +-- +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=24992; +INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES +(24992, 45008, 0, 0); + +UPDATE `creature_template` SET `npcflag`=16777216 WHERE `entry`=24992; + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=45008; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 1, 45008, 0, 0, 31, 0, 3, 24914, 0, 0, 0, 0, '', 'Spell Cannon Assault targets Sorlof'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceGroup`=24992; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(18, 24992, 45008, 0, 0, 9, 0, 11529, 0, 0, 0, 0, 0, '', 'Required quest active for spellclick'); |
