mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-11-10 20:44:17 +08:00
Compare commits
9 Commits
4ac32d1f39
...
b1ac963e54
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1ac963e54 | ||
|
|
611a85529d | ||
|
|
040e7a0a4d | ||
|
|
d4cd580ddc | ||
|
|
37833c66e6 | ||
|
|
ec274182a2 | ||
|
|
d9b2e775e3 | ||
|
|
3ba3c760ff | ||
|
|
ebe2a94236 |
3
data/sql/updates/db_world/2025_11_09_00.sql
Normal file
3
data/sql/updates/db_world/2025_11_09_00.sql
Normal file
@ -0,0 +1,3 @@
|
||||
-- DB update 2025_11_08_02 -> 2025_11_09_00
|
||||
--
|
||||
UPDATE `creature_addon` SET `visibilityDistanceType` = 3 WHERE `guid` = 103278;
|
||||
3
data/sql/updates/db_world/2025_11_09_01.sql
Normal file
3
data/sql/updates/db_world/2025_11_09_01.sql
Normal file
@ -0,0 +1,3 @@
|
||||
-- DB update 2025_11_09_00 -> 2025_11_09_01
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|64 WHERE `entry` IN (28220, 28218, 28242, 28103, 28212, 28207, 28170);
|
||||
3
data/sql/updates/db_world/2025_11_09_02.sql
Normal file
3
data/sql/updates/db_world/2025_11_09_02.sql
Normal file
@ -0,0 +1,3 @@
|
||||
-- DB update 2025_11_09_01 -> 2025_11_09_02
|
||||
--
|
||||
DELETE FROM `creature` WHERE `id1` = 10218;
|
||||
@ -0,0 +1,7 @@
|
||||
-- Thaurissan Relic smart ai
|
||||
SET @ENTRY := 153556;
|
||||
UPDATE `gameobject_template` SET `AIName` = 'SmartGameObjectAI' WHERE `entry` = @ENTRY;
|
||||
DELETE FROM `smart_scripts` WHERE `source_type` = 1 AND `entryOrGuid` = @ENTRY;
|
||||
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`, `event_param6`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(@ENTRY, 1, 0, 1, 70, 0, 100, 0, 2, 0, 0, 0, 0, 0, 215, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, -7442.29, -2257.15, 0, 0, 'On loot state changed to GO_ACTIVATED - Load grid (-7442.29, -2257.15)'),
|
||||
(@ENTRY, 1, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 4603, 8887, 0, 0, 0, 0, 0, 'On loot state changed to GO_ACTIVATED - Creature A tormented voice (8887) with guid 4603 (fetching): Talk 0 to invoker');
|
||||
Loading…
x
Reference in New Issue
Block a user