mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Scripting: Condition needed for spell Throw Ingredient
This commit is contained in:
4
sql/updates/world/2013_06_18_06_world_conditions.sql
Normal file
4
sql/updates/world/2013_06_18_06_world_conditions.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Add spell target for Throw Ingredient
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=51025;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ErrorTextId`, `Comment`) VALUES
|
||||
(13,1,51025,0,31,3,28240,0,0, 'Throw Ingredient can be casted on Finklestein''s Cauldron Bunny');
|
||||
Reference in New Issue
Block a user