mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_22_05 -> 2023_04_22_06
|
||||
DELETE FROM `achievement_reward_locale` WHERE `ID` IN (13, 45, 614, 876, 1250, 1956, 2096, 2143, 3478, 3656, 4478, 4602, 4603, 4784, 4785) AND `locale` = 'deDE';
|
||||
INSERT INTO `achievement_reward_locale` (`ID`, `Locale`, `Subject`, `Text`) VALUES
|
||||
(13, 'deDE', 'Stufe 80', 'Herzlichen Glückwunsch zu Eurem Erreichen der 80. Abenteuersaison! Ihr habt Euch zweifelsohne der Sache verschrieben, Azeroth von den Übeln zu befreien, die uns geplagt haben.$B$BUnd obwohl die bisherige Reise keine Kleinigkeit war, steht der wahre Kampf noch bevor.$B$BKämpft weiter!$B$BRhonin'),
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_22_06 -> 2023_04_22_07
|
||||
-- ID 18885 (Farahlon Giant)
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 18885;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_22_07 -> 2023_04_22_08
|
||||
--
|
||||
|
||||
/* Does not drop from any other creatures */
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_22_08 -> 2023_04_22_09
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 619300 AND `source_type` = 9;
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(619300,9,0,0,0,0,100,0,4000,4000,0,0,0,11,28406,2,0,0,0,0,1,0,0,0,0,0,0,0,0,'Spitelash - On Script - Cast Polymorph Backfire'),
|
||||
Reference in New Issue
Block a user