chore(DB): import pending files

Referenced commit(s): b378b191a2
This commit is contained in:
github-actions[bot]
2023-09-18 20:25:10 +00:00
parent b378b191a2
commit 13c57a31c3
5 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -1,3 +1,4 @@
-- DB update 2023_09_18_00 -> 2023_09_18_01
--
-- Pathing for Kalecgos Entry: 24844 'TDB FORMAT'
SET @NPC := 24844;

View File

@@ -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);

View File

@@ -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

View File

@@ -1,3 +1,4 @@
-- DB update 2023_09_18_03 -> 2023_09_18_04
--
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = 17265;