mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Creature: Link more Throne of the Tides creatures
This commit is contained in:
5
sql/updates/world/4.3.4/2016_09_05_04_world.sql
Normal file
5
sql/updates/world/4.3.4/2016_09_05_04_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=49064 WHERE `entry`=40765;
|
||||
UPDATE `creature_template` SET `difficulty_entry_1`=49072 WHERE `entry`=40825;
|
||||
UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=14, `unit_flags`=33088, `unit_flags2`=2080 WHERE `entry`=49064;
|
||||
UPDATE `creature_template` SET `minlevel`=87, `maxlevel`=87, `exp`=3, `faction`=14, `npcflag`=2, `speed_run`=1.42857, `unit_flags`=32832 WHERE `entry`=49072;
|
||||
Reference in New Issue
Block a user