diff options
author | ModoX <moardox@gmail.com> | 2024-01-08 22:19:34 +0100 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2024-01-08 22:19:34 +0100 |
commit | eeb4407f077bf567361becdbe5083c2790f00313 (patch) | |
tree | ee594a69a72334c4a50d11d66b2b5c94d845780b | |
parent | b3dce0ac08d4f740505037aff2cad7685444db15 (diff) |
DB/Creature: Added some personal summons which should be removed on quest remove
-rw-r--r-- | sql/updates/world/master/2024_01_08_03_world.sql | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_01_08_03_world.sql b/sql/updates/world/master/2024_01_08_03_world.sql new file mode 100644 index 00000000000..e42ba09dbc5 --- /dev/null +++ b/sql/updates/world/master/2024_01_08_03_world.sql @@ -0,0 +1,18 @@ +DELETE FROM `creature_summoned_data` WHERE `CreatureID` IN(166787, 166792, 166797, 166782, 166784, 166800, 151088, 151089, 154170, 156626, 149917, 156622, 198896, 198883); +INSERT INTO `creature_summoned_data` (`CreatureID`, `DespawnOnQuestsRemoved`) VALUES +-- Exiles Reach Emergency First Aid,Finding the Lost Expedition +(166787, '59930,59931'), -- Bo Standing +(166792, '59930,59931'), -- Mithdran Standing +(166797, '59930,59931'), -- Lana Jordan Standing +(166782, '59930'), -- Warlord Breka Grimaxe Beach +(166784, '59930'), -- Throg Beach +(166800, '59930'), -- Jinhake Beach +(151088, '54951,54952'), -- Kee La Standing +(151089, '54951,54952'), -- Bjorn Stouthands Standing +(154170, '54951,54952'), -- Austin Huxworth Standing +(156626, '54951'), -- Captain Garrick Standing +(149917, '54951'), -- Cole Beach +(156622, '54951'), -- Richter Beach +-- An Unlikely Informant / The New Clessington Estate +(198896, '72405,72426'), -- Mathias Shaw +(198883, '72405,72426'); -- Vanessa VanCleef |