mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 11:43:18 -04:00
* Missing data are now in 4321_world - just import this * Updated all FULL sqls to 4321 --HG-- branch : trunk
8 lines
342 B
SQL
8 lines
342 B
SQL
UPDATE `spell_bonus_data` SET `direct_bonus` = '0.6453' WHERE `entry`=33763;
|
|
DELETE FROM `spell_script_target` WHERE `entry` IN (48714,57806);
|
|
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
|
|
('48714', '2', '27237'),
|
|
('48714', '2', '27235'),
|
|
('48714', '2', '27234'),
|
|
('48714', '2', '27236'),
|
|
('57806', '2', '31043'); |