mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-11-10 12:24:22 +08:00
Compare commits
19 Commits
b03345cec1
...
1fa4542360
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1fa4542360 | ||
|
|
a3b5617ea0 | ||
|
|
c25a33b099 | ||
|
|
ecf284ef8d | ||
|
|
b2ca29a266 | ||
|
|
3ad79541f6 | ||
|
|
be58898d06 | ||
|
|
e710f69463 | ||
|
|
611a85529d | ||
|
|
040e7a0a4d | ||
|
|
fcc784fdf6 | ||
|
|
e85833e838 | ||
|
|
08d09de28e | ||
|
|
c50543f42b | ||
|
|
e7a4302741 | ||
|
|
604e786a36 | ||
|
|
43825ef6d5 | ||
|
|
1e92aa1756 | ||
|
|
dd951412f4 |
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;
|
||||
67
data/sql/updates/db_world/2025_11_09_03.sql
Normal file
67
data/sql/updates/db_world/2025_11_09_03.sql
Normal file
@ -0,0 +1,67 @@
|
||||
-- DB update 2025_11_09_02 -> 2025_11_09_03
|
||||
--
|
||||
-- Fixes "Bluff", Set `allowOverride` of action list
|
||||
UPDATE `smart_scripts` SET `action_param3` = 1 WHERE (`entryorguid` IN (23672, 23673, 23675, 24271)) AND (`source_type` = 0) AND (`event_type` = 8) AND (`event_param1` = 44609);
|
||||
|
||||
-- Removes double spawns
|
||||
DELETE FROM `gameobject` WHERE `id` = 186959 AND `guid` IN (264459, 264460, 264461, 264462, 264463, 264464, 264465);
|
||||
|
||||
-- Add missing aura. Usage is unknown
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 24825);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(24825, 0, 0, 0, 0, 0, 0, '44652');
|
||||
|
||||
-- Disable flying vehicle, but causes camera stuttering on rocket jump
|
||||
UPDATE `creature_template_movement` SET `Flight` = 0 WHERE (`CreatureId` = 24825);
|
||||
|
||||
DELETE FROM `creature_text` WHERE (`CreatureID` = 24825) AND (`GroupID` = 1);
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(24825, 1, 0, 'Launching.', 12, 0, 100, 0, 0, 0, 23860, 0, 'Iron Rune Construct');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 24825) AND (`source_type` = 0) AND (`id` IN (15, 16));
|
||||
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(24825, 0, 15, 0, 31, 0, 100, 512, 44609, 0, 3000, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On Spellhit \'Bluff\' - Say Line 0'),
|
||||
(24825, 0, 16, 0, 8, 0, 100, 512, 44626, 0, 5000, 5000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On Spellhit \'Rocket Jump\' - Say Line 1');
|
||||
-- Remove unused 'Say Line 0' in actionscripts
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` IN (2367201, 2367301, 2367501, 2427101)) AND `source_type` = 9 AND `id` = 1 AND `target_type` = 19 AND `target_param1` = 24825 AND `action_type` = 1 AND `target_param2` = 20;
|
||||
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13) AND (`SourceGroup` IN (2, 4)) AND (`SourceEntry` = 44608) AND (`SourceId` = 0) AND (`ConditionTypeOrReference` = 31);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(13, 4, 44608, 0, 0, 31, 0, 3, 24826, 0, 0, 0, 0, '', 'Rocket Jump'),
|
||||
(13, 4, 44608, 0, 1, 31, 0, 3, 24827, 0, 0, 0, 0, '', 'Rocket Jump'),
|
||||
(13, 4, 44608, 0, 2, 31, 0, 3, 24828, 0, 0, 0, 0, '', 'Rocket Jump'),
|
||||
(13, 4, 44608, 0, 3, 31, 0, 3, 24829, 0, 0, 0, 0, '', 'Rocket Jump'),
|
||||
(13, 4, 44608, 0, 4, 31, 0, 3, 24831, 0, 0, 0, 0, '', 'Rocket Jump'),
|
||||
(13, 4, 44608, 0, 5, 31, 0, 3, 24832, 0, 0, 0, 0, '', 'Rocket Jump'),
|
||||
(13, 2, 44608, 0, 0, 31, 0, 5, 186953, 0, 0, 0, 0, '', 'Rocket Jump'),
|
||||
(13, 2, 44608, 0, 1, 31, 0, 5, 186960, 0, 0, 0, 0, '', 'Rocket Jump'),
|
||||
(13, 2, 44608, 0, 2, 31, 0, 5, 186961, 0, 0, 0, 0, '', 'Rocket Jump'),
|
||||
(13, 2, 44608, 0, 3, 31, 0, 5, 186963, 0, 0, 0, 0, '', 'Rocket Jump'),
|
||||
(13, 2, 44608, 0, 4, 31, 0, 5, 186962, 0, 0, 0, 0, '', 'Rocket Jump'),
|
||||
(13, 2, 44608, 0, 5, 31, 0, 5, 186964, 0, 0, 0, 0, '', 'Rocket Jump');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 24825);
|
||||
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(24825, 0, 0, 0, 54, 0, 100, 512, 0, 0, 0, 0, 0, 0, 75, 44643, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On Just Summoned - Add Aura \'Reputation and Language\''),
|
||||
(24825, 0, 1, 0, 28, 0, 100, 512, 0, 0, 0, 0, 0, 0, 28, 44643, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On Passenger Removed - Remove Aura \'Reputation and Language\''),
|
||||
(24825, 0, 2, 0, 38, 0, 100, 512, 0, 1, 0, 0, 0, 0, 53, 2, 24826, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On Data Set 0 1 - Start Waypoint Path 24826'),
|
||||
(24825, 0, 3, 0, 38, 0, 100, 512, 0, 2, 0, 0, 0, 0, 53, 2, 24827, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On Data Set 0 2 - Start Waypoint Path 24827'),
|
||||
(24825, 0, 4, 0, 38, 0, 100, 512, 0, 3, 0, 0, 0, 0, 53, 2, 24828, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On Data Set 0 3 - Start Waypoint Path 24828'),
|
||||
(24825, 0, 5, 0, 38, 0, 100, 512, 0, 4, 0, 0, 0, 0, 53, 2, 24831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On Data Set 0 4 - Start Waypoint Path 24831'),
|
||||
(24825, 0, 6, 0, 38, 0, 100, 512, 0, 5, 0, 0, 0, 0, 53, 2, 24829, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On Data Set 0 5 - Start Waypoint Path 24829'),
|
||||
(24825, 0, 7, 0, 38, 0, 100, 512, 0, 6, 0, 0, 0, 0, 53, 2, 24832, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On Data Set 0 6 - Start Waypoint Path 24832'),
|
||||
(24825, 0, 8, 0, 58, 0, 100, 512, 0, 0, 0, 0, 0, 0, 28, 44626, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On Path 0 Finished - Remove Aura \'Rocket Jump\''),
|
||||
(24825, 0, 9, 0, 31, 0, 100, 512, 44609, 0, 3000, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On Target Spellhit \'Bluff\' - Say Line 0'),
|
||||
(24825, 0, 10, 0, 8, 0, 100, 512, 44626, 0, 5000, 5000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On Spellhit \'Rocket Jump\' - Say Line 1');
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE (`entry` IN (24826, 24827, 24828, 24829, 24831, 24832));
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` IN (24826, 24827, 24828, 24829, 24831, 24832));
|
||||
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(24826, 0, 0, 0, 8, 0, 100, 0, 44608, 0, 0, 0, 0, 0, 45, 0, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'On Spellhit \'Rocket Jump\' - Set Data 0 1'),
|
||||
(24827, 0, 0, 0, 8, 0, 100, 0, 44608, 0, 0, 0, 0, 0, 45, 0, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'On Spellhit \'Rocket Jump\' - Set Data 0 2'),
|
||||
(24828, 0, 0, 0, 8, 0, 100, 0, 44608, 0, 0, 0, 0, 0, 45, 0, 3, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'On Spellhit \'Rocket Jump\' - Set Data 0 3'),
|
||||
(24831, 0, 0, 0, 8, 0, 100, 0, 44608, 0, 0, 0, 0, 0, 45, 0, 4, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'On Spellhit \'Rocket Jump\' - Set Data 0 4'),
|
||||
(24829, 0, 0, 0, 8, 0, 100, 0, 44608, 0, 0, 0, 0, 0, 45, 0, 5, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'On Spellhit \'Rocket Jump\' - Set Data 0 5'),
|
||||
(24832, 0, 0, 0, 8, 0, 100, 0, 44608, 0, 0, 0, 0, 0, 45, 0, 6, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'On Spellhit \'Rocket Jump\' - Set Data 0 6');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `source_type` = 9 AND `entryorguid` IN (2482600, 2482700, 2482800, 2482900, 2483100, 2483200);
|
||||
14349
data/sql/updates/pending_db_world/rev_1762453665700675964.sql
Normal file
14349
data/sql/updates/pending_db_world/rev_1762453665700675964.sql
Normal file
File diff suppressed because it is too large
Load Diff
173
data/sql/updates/pending_db_world/rev_1762636617667688152.sql
Normal file
173
data/sql/updates/pending_db_world/rev_1762636617667688152.sql
Normal file
@ -0,0 +1,173 @@
|
||||
-- Update enUS ; from WowHead WOTLK
|
||||
-- OLD name : Comar Villard
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=5683
|
||||
UPDATE `creature_template` SET `name` = 'Corma Villard' WHERE `entry` = 5683;
|
||||
-- OLD name : Comar Villard Projection
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=5692
|
||||
UPDATE `creature_template` SET `name` = 'Corma Villard Projection' WHERE `entry` = 5692;
|
||||
-- OLD subname : Gerard's Mindslave
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=5697
|
||||
UPDATE `creature_template` SET `subname` = 'Gerard''s Experiment' WHERE `entry` = 5697;
|
||||
-- OLD name : Commander Kartak Dwarfdefiler
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=7014
|
||||
UPDATE `creature_template` SET `name` = 'Commander Mazruk Dwarfsplitter' WHERE `entry` = 7014;
|
||||
-- OLD name : Kalaran Windblade
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=8479
|
||||
UPDATE `creature_template` SET `name` = 'Velarok Windblade' WHERE `entry` = 8479;
|
||||
-- OLD name : Kalaran the Deceiver
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=8480
|
||||
UPDATE `creature_template` SET `name` = 'Velarok the Deceiver' WHERE `entry` = 8480;
|
||||
-- OLD name : Finkle Einhorn
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=10776
|
||||
UPDATE `creature_template` SET `name` = 'Pip Quickwit' WHERE `entry` = 10776;
|
||||
-- OLD name : Fras Siabi
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=11058
|
||||
UPDATE `creature_template` SET `name` = 'Ezra Grimm' WHERE `entry` = 11058;
|
||||
-- OLD name : Commander Dardosh <old>, subname : NONE
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=13140
|
||||
UPDATE `creature_template` SET `name` = 'Commander Dardosh',`subname` = 'old' WHERE `entry` = 13140;
|
||||
-- OLD name : Lieutenant Murp <old>, subname : NONE
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=13146
|
||||
UPDATE `creature_template` SET `name` = 'Lieutenant Murp',`subname` = 'old' WHERE `entry` = 13146;
|
||||
-- OLD name : Field Marshal Afrasiabi
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=14721
|
||||
UPDATE `creature_template` SET `name` = 'Field Marshal Stonebridge' WHERE `entry` = 14721;
|
||||
-- OLD name : Pathstalker Kariel
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=15285
|
||||
UPDATE `creature_template` SET `name` = 'Pathstalker Avokor' WHERE `entry` = 15285;
|
||||
-- OLD name : RC Blimp <PH>, subname : NONE
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=15349
|
||||
UPDATE `creature_template` SET `name` = 'RC Blimp',`subname` = 'PH' WHERE `entry` = 15349;
|
||||
-- OLD name : RC Mortar Tank <PH>, subname : NONE
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=15364
|
||||
UPDATE `creature_template` SET `name` = 'RC Mortar Tank',`subname` = 'PH' WHERE `entry` = 15364;
|
||||
-- OLD name : Concubine
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=16461
|
||||
UPDATE `creature_template` SET `name` = 'Zealous Paramour' WHERE `entry` = 16461;
|
||||
-- OLD name : Jessera of Mac'Aree
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=17663
|
||||
UPDATE `creature_template` SET `name` = 'Maatparm' WHERE `entry` = 17663;
|
||||
-- OLD name : Stillpine Ambassador Frasaboo
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=18803
|
||||
UPDATE `creature_template` SET `name` = 'Stillpine Ambassador Olorg' WHERE `entry` = 18803;
|
||||
-- OLD name : Afrazi Forest Strider
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=21635
|
||||
UPDATE `creature_template` SET `name` = 'Forest Strider' WHERE `entry` = 21635;
|
||||
-- OLD name : First Prophecy
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22798
|
||||
UPDATE `creature_template` SET `name` = '[DND]Prophecy 1 Quest Credit' WHERE `entry` = 22798;
|
||||
-- OLD name : Second Prophecy
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22799
|
||||
UPDATE `creature_template` SET `name` = '[DND]Prophecy 2 Quest Credit' WHERE `entry` = 22799;
|
||||
-- OLD name : Third Prophecy
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22800
|
||||
UPDATE `creature_template` SET `name` = '[DND]Prophecy 3 Quest Credit' WHERE `entry` = 22800;
|
||||
-- OLD name : Fourth Prophecy
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22801
|
||||
UPDATE `creature_template` SET `name` = '[DND]Prophecy 4 Quest Credit' WHERE `entry` = 22801;
|
||||
-- OLD name : Temple Concubine
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22939
|
||||
UPDATE `creature_template` SET `name` = 'Temple Acolyte' WHERE `entry` = 22939;
|
||||
-- OLD name : Charming Courtesan
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22955
|
||||
UPDATE `creature_template` SET `name` = 'Charming Patron' WHERE `entry` = 22955;
|
||||
-- OLD name : Sister of Pain
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22956
|
||||
UPDATE `creature_template` SET `name` = 'Priestess of Torment' WHERE `entry` = 22956;
|
||||
-- OLD name : Priestess of Dementia
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22957
|
||||
UPDATE `creature_template` SET `name` = 'Mistress of Dementia' WHERE `entry` = 22957;
|
||||
-- OLD name : Spellbound Attendant
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22959
|
||||
UPDATE `creature_template` SET `name` = 'Ardent Host' WHERE `entry` = 22959;
|
||||
-- OLD name : Priestess of Delight
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22962
|
||||
UPDATE `creature_template` SET `name` = 'Mistress of Woe' WHERE `entry` = 22962;
|
||||
-- OLD name : Sister of Pleasure
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22964
|
||||
UPDATE `creature_template` SET `name` = 'Priestess of Delight' WHERE `entry` = 22964;
|
||||
-- OLD name : Enslaved Servant
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=22965
|
||||
UPDATE `creature_template` SET `name` = 'Devoted Steward' WHERE `entry` = 22965;
|
||||
-- OLD subname : NONE
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=23405
|
||||
UPDATE `creature_template` SET `subname` = 'PTR Consumables' WHERE `entry` = 23405;
|
||||
-- OLD subname : Mate of the Flaskataur
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=24982
|
||||
UPDATE `creature_template` SET `subname` = 'PTR Enchants' WHERE `entry` = 24982;
|
||||
-- OLD name : Gorge the Corpsegrinder
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=25329
|
||||
UPDATE `creature_template` SET `name` = 'Annihilator Grek''lor' WHERE `entry` = 25329;
|
||||
-- OLD name : Plate Glyph Vendor
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=26304
|
||||
UPDATE `creature_template` SET `name` = 'General Goods Vendor' WHERE `entry` = 26304;
|
||||
-- OLD name : Torturer LeCraft
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=27209
|
||||
UPDATE `creature_template` SET `name` = 'Torturer Alphonse' WHERE `entry` = 27209;
|
||||
-- OLD name : Senior Scrivener Barriga
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=27378
|
||||
UPDATE `creature_template` SET `name` = 'Senior Scrivener Kinnedius' WHERE `entry` = 27378;
|
||||
-- OLD name : Lord Afrasastrasz
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=27575
|
||||
UPDATE `creature_template` SET `name` = 'Lord Devrestrasz' WHERE `entry` = 27575;
|
||||
-- OLD name : Torturer LeCraft
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=28554
|
||||
UPDATE `creature_template` SET `name` = 'Torturer Alphonse' WHERE `entry` = 28554;
|
||||
-- OLD name : Hargus the Gimp
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=28760
|
||||
UPDATE `creature_template` SET `name` = 'Hargus the Geist' WHERE `entry` = 28760;
|
||||
-- OLD name : Scarlet Lord Jesseriah McCree
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=28964
|
||||
UPDATE `creature_template` SET `name` = 'Scarlet Lord Borugh' WHERE `entry` = 28964;
|
||||
-- OLD name : Jormuttar
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=30340
|
||||
UPDATE `creature_template` SET `name` = 'Jorcuttar' WHERE `entry` = 30340;
|
||||
-- OLD name : Fras Siabi
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=30552
|
||||
UPDATE `creature_template` SET `name` = 'Ezra Grimm' WHERE `entry` = 30552;
|
||||
-- OLD name : Azure Sorceror
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=30667
|
||||
UPDATE `creature_template` SET `name` = 'Azure Sorcerer' WHERE `entry` = 30667;
|
||||
-- OLD name : Crafticus Mindbender
|
||||
-- Update enUS ; from WowHead WOTLK
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32686
|
||||
UPDATE `creature_template` SET `name` = 'Tomas Riogain' WHERE `entry` = 32686;
|
||||
-- OLD subname : Death Knight Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32753
|
||||
UPDATE `creature_template` SET `subname` = 'Death Knight Supplies' WHERE `entry` = 32753;
|
||||
-- OLD subname : Druid Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32754
|
||||
UPDATE `creature_template` SET `subname` = 'Druid Supplies' WHERE `entry` = 32754;
|
||||
-- OLD subname : Hunter Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32755
|
||||
UPDATE `creature_template` SET `subname` = 'Hunter Supplies' WHERE `entry` = 32755;
|
||||
-- OLD subname : Mage Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32756
|
||||
UPDATE `creature_template` SET `subname` = 'Mage Supplies' WHERE `entry` = 32756;
|
||||
-- OLD subname : Paladin Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32757
|
||||
UPDATE `creature_template` SET `subname` = 'Paladin Supplies' WHERE `entry` = 32757;
|
||||
-- OLD subname : Priest Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32758
|
||||
UPDATE `creature_template` SET `subname` = 'Priest Supplies' WHERE `entry` = 32758;
|
||||
-- OLD subname : Rogue Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32759
|
||||
UPDATE `creature_template` SET `subname` = 'Rogue Supplies' WHERE `entry` = 32759;
|
||||
-- OLD subname : Shaman Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32760
|
||||
UPDATE `creature_template` SET `subname` = 'Shaman Supplies' WHERE `entry` = 32760;
|
||||
-- OLD subname : Warlock Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32761
|
||||
UPDATE `creature_template` SET `subname` = 'Warlock Supplies' WHERE `entry` = 32761;
|
||||
-- OLD subname : Warrior Glyphs
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=32762
|
||||
UPDATE `creature_template` SET `subname` = 'Warrior Supplies' WHERE `entry` = 32762;
|
||||
-- OLD name : Big Love Rocket
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=38204
|
||||
UPDATE `creature_template` SET `name` = 'X-45 Heartbreaker' WHERE `entry` = 38204;
|
||||
-- OLD name : Invisible Stalker (Float,Uninteractible,LargeAOI) (3.00)
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=38310
|
||||
UPDATE `creature_template` SET `name` = 'Invisible Stalker (Float, Uninteractible, LargeAOI) (3.00)' WHERE `entry` = 38310;
|
||||
-- OLD name : Invisible Stalker (Hostile,Ignore Combat,Float,Uninteractible,Large AOI)
|
||||
-- Source : https://www.wowhead.com/wotlk/npc=39842
|
||||
UPDATE `creature_template` SET `name` = 'Invisible Stalker (Hostile, Ignore Combat, Float, Uninteractible, Large AOI)' WHERE `entry` = 39842;
|
||||
13912
data/sql/updates/pending_db_world/rev_1762637525472814378.sql
Normal file
13912
data/sql/updates/pending_db_world/rev_1762637525472814378.sql
Normal file
File diff suppressed because it is too large
Load Diff
9046
data/sql/updates/pending_db_world/rev_1762637834686523346.sql
Normal file
9046
data/sql/updates/pending_db_world/rev_1762637834686523346.sql
Normal file
File diff suppressed because it is too large
Load Diff
46858
data/sql/updates/pending_db_world/rev_1762638153744189721.sql
Normal file
46858
data/sql/updates/pending_db_world/rev_1762638153744189721.sql
Normal file
File diff suppressed because it is too large
Load Diff
18642
data/sql/updates/pending_db_world/rev_1762638277151608394.sql
Normal file
18642
data/sql/updates/pending_db_world/rev_1762638277151608394.sql
Normal file
File diff suppressed because it is too large
Load Diff
13009
data/sql/updates/pending_db_world/rev_1762713881066465387.sql
Normal file
13009
data/sql/updates/pending_db_world/rev_1762713881066465387.sql
Normal file
File diff suppressed because it is too large
Load Diff
17530
data/sql/updates/pending_db_world/rev_1762713958267751967.sql
Normal file
17530
data/sql/updates/pending_db_world/rev_1762713958267751967.sql
Normal file
File diff suppressed because it is too large
Load Diff
40336
data/sql/updates/pending_db_world/rev_1762714071630156683.sql
Normal file
40336
data/sql/updates/pending_db_world/rev_1762714071630156683.sql
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user