mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
5
data/sql/updates/db_world/2022_05_08_06.sql
Normal file
5
data/sql/updates/db_world/2022_05_08_06.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_05_08_05 -> 2022_05_08_06
|
||||
--
|
||||
DELETE FROM `spell_dbc` WHERE `id` = 1206;
|
||||
INSERT INTO `spell_dbc` (`Id`, `Targets`, `CastingTimeIndex`, `ProcChance`, `RangeIndex`, `EquippedItemClass`, `EquippedItemSubclass`, `Effect_1`, `ImplicitTargetA_1`, `EffectTriggerSpell_1`, `Name_Lang_enUS`, `EffectBonusMultiplier_1`, `EffectBonusMultiplier_2`, `EffectBonusMultiplier_3`) VALUES
|
||||
(1206, 256, 1, 101, 1, -1, -1, 3, 1, 11, 'Dummy Proc', 1, 1, 1);
|
||||
Reference in New Issue
Block a user