mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
7
sql/updates/world/2013_01_02_00_world_misc.sql
Normal file
7
sql/updates/world/2013_01_02_00_world_misc.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=32535;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(32535, 0, 0, 0x3020400, 0x1, 0, '60534');
|
||||
|
||||
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=32535;
|
||||
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUE
|
||||
(32535, 61245, 1, 0);
|
||||
@@ -23,11 +23,11 @@ uint32 const EncounterCount = 5;
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
DATA_COMMANDER_SARANNIS = 1,
|
||||
DATA_HIGH_BOTANIST_FREYWINN = 2,
|
||||
DATA_THORNGRIN_THE_TENDER = 3,
|
||||
DATA_LAJ = 4,
|
||||
DATA_WARP_SPLINTER = 5
|
||||
DATA_COMMANDER_SARANNIS = 0,
|
||||
DATA_HIGH_BOTANIST_FREYWINN = 1,
|
||||
DATA_THORNGRIN_THE_TENDER = 2,
|
||||
DATA_LAJ = 3,
|
||||
DATA_WARP_SPLINTER = 4
|
||||
};
|
||||
|
||||
enum CreatureIds
|
||||
|
||||
Reference in New Issue
Block a user