mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
DB/Spells:
- Added EffectItemType columns to spell_dbc table - Fix "Create Bundle of Bloodthistle"
This commit is contained in:
5
sql/updates/world/2014_09_21_00_world_spell_dbc.sql
Normal file
5
sql/updates/world/2014_09_21_00_world_spell_dbc.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE `spell_dbc` ADD `EffectItemType1` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `EffectMultipleValue3`;
|
||||
ALTER TABLE `spell_dbc` ADD `EffectItemType2` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `EffectItemType1`;
|
||||
ALTER TABLE `spell_dbc` ADD `EffectItemType3` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `EffectItemType2`;
|
||||
|
||||
UPDATE `spell_dbc` SET `EffectItemType1`=30616 WHERE `Id`=37064;
|
||||
Reference in New Issue
Block a user