diff options
| author | joschiwald <joschiwald.trinity@gmail.com> | 2014-02-09 18:46:26 +0100 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2014-02-09 18:46:26 +0100 |
| commit | 6688370513b1524a040fe92b1aac1816d8633de1 (patch) | |
| tree | a2df247dd0fe41d4013e9f2f02377bc2eed30eda /sql | |
| parent | a352e5b8e76f7649c52ba65166caf7eb1d97d642 (diff) | |
| parent | a127c0e1a7612094c2bf8b2f5092f55aa96f0556 (diff) | |
Merge pull request #11457 from MitchesD/krikthir
Scripts/Krikthir the Gatewatcher: converted to EventMap and small optimalization
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_02_09_05_world_conditions.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_09_05_world_conditions.sql b/sql/updates/world/2014_02_09_05_world_conditions.sql new file mode 100644 index 00000000000..6241c62417c --- /dev/null +++ b/sql/updates/world/2014_02_09_05_world_conditions.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceEntry` = 52446 AND `SourceTypeOrReferenceId` = 13; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `Comment`) VALUES +(13,1,52446,0,0,31,0,3,28684,0,1,0,0,"Spell Acid Splash cannot hit Krik'thir the Gatewatcher (28684)"); |
