mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB/SAI: Fix db startup errros
This commit is contained in:
20
sql/updates/world/2014_07_05_01_world_smart_scripts.sql
Normal file
20
sql/updates/world/2014_07_05_01_world_smart_scripts.sql
Normal file
@@ -0,0 +1,20 @@
|
||||
UPDATE `smart_scripts` SET
|
||||
`action_type`=11, `action_param1`=37903, `action_param2`=1, `comment`='Razaani Light Orb - Between 0-30% Health - Cast Trapping the Light: Kill Credit (No Repeat)' WHERE
|
||||
`entryorguid`=20635 AND `source_type`=0 AND `id`=3 AND `link`=4;
|
||||
|
||||
UPDATE `smart_scripts` SET
|
||||
`action_type`=11, `action_param1`=37903, `action_param2`=1, `comment`='Razaani Light Orb - Mini - On Reached Point 1 - Cast Trapping the Light: Kill Credit (No Repeat)' WHERE
|
||||
`entryorguid`=20771 AND `source_type`=0 AND `id`=3 AND `link`=4;
|
||||
|
||||
UPDATE `smart_scripts` SET
|
||||
`action_type`=11, `action_param1`=37903, `action_param2`=1, `comment`='Multi-Spectrum Light Trap Bunny - On Data Set 1 1 - Cast Trapping the Light: Kill Credit ' WHERE
|
||||
`entryorguid`=21926 AND `source_type`=0 AND `id`=4 AND `link`=5;
|
||||
|
||||
UPDATE `smart_scripts` SET
|
||||
`action_type`=85, `action_param1`=37829, `action_param2`=1, `comment`='Scalewing Serpent - On Spellhit - Cast Ride the Lightning: Kill Credit' WHERE
|
||||
`entryorguid`=20749 AND `source_type`=0 AND `id`=1 AND `link`=0;
|
||||
|
||||
UPDATE `smart_scripts` SET
|
||||
`action_type`=85, `action_param1`=43174, `action_param2`=1, `comment`='Proto-Drake - On Death - Cast Draconis Gastritis: Kill Credit' WHERE
|
||||
`entryorguid`=23689 AND `source_type`=0 AND `id`=7 AND `link`=0;
|
||||
|
||||
Reference in New Issue
Block a user