diff options
author | Filip <boev.filip@gmail.com> | 2013-08-24 17:37:00 +0200 |
---|---|---|
committer | Filip <boev.filip@gmail.com> | 2013-08-24 17:37:00 +0200 |
commit | adaf5b3d48d9a56da9f6dbac15d15da63bf6ef77 (patch) | |
tree | 96e308a3e156f1dbff3d65e19704703235f5d542 | |
parent | 58e6503eef9245c937004a362ab767444e9f046d (diff) |
DB/Conditions: Awakening Rod
-rw-r--r-- | sql/updates/world/2013_08_24_01_world_conditions.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_24_01_world_conditions.sql b/sql/updates/world/2013_08_24_01_world_conditions.sql new file mode 100644 index 00000000000..da32567e51a --- /dev/null +++ b/sql/updates/world/2013_08_24_01_world_conditions.sql @@ -0,0 +1,5 @@ +-- Proper condition for spell +DELETE FROM `conditions` WHERE `SourceEntry`=34083; +DELETE FROM `conditions` WHERE `SourceEntry`=50165; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 50165, 0, 0, 31, 1, 3, 24669, 0, 0, 173, 0, '', 'Awakening Rod target limit to Dormant Vrykul'); |