mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_09_17_13 -> 2023_09_18_00
|
||||
-- Hearts of the Pure Rp -------------
|
||||
|
||||
-- The orientation of the initial NPC This is roughly towards the coordinates that need to be sniffed
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_09_18_00 -> 2023_09_18_01
|
||||
--
|
||||
-- Pathing for Kalecgos Entry: 24844 'TDB FORMAT'
|
||||
SET @NPC := 24844;
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_09_18_01 -> 2023_09_18_02
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_param5` = 1, `action_param3` = 1 WHERE `source_type` = 0 AND `entryorguid` IN (28994,29523,28989,28721,28725,28726);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_09_18_02 -> 2023_09_18_03
|
||||
--
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13) AND (`SourceGroup` = 1) AND (`SourceEntry` = 29967);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_09_18_03 -> 2023_09_18_04
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = 17265;
|
||||
|
||||
Reference in New Issue
Block a user