Skip to content

Commit

Permalink
DB/Misc: Update two spawns z position; set two npcs in ICC to trigger…
Browse files Browse the repository at this point in the history
…s (invisible) and use the correct Berserking spell in playercreateinfo_action
  • Loading branch information
DDuarte committed Aug 9, 2011
1 parent 4ce345a commit c3613cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/updates/world/2011_08_09_01_world_misc.sql
@@ -0,0 +1,5 @@
UPDATE `creature` SET `position_z`=-6.03356 WHERE `guid`=46069 AND `id`=11741; -- Dredge Crusher
UPDATE `creature` SET `position_z`=8.638660 WHERE `guid`=49069 AND `id`=11374; -- Hooktooth Frenzies

This comment has been minimized.

Copy link
@Warpten

Warpten Aug 9, 2011

Member

Same guid, typo ?

This comment has been minimized.

Copy link
@Jildor

Jildor Aug 9, 2011

Contributor

46069 != 49069 ^^

This comment has been minimized.

Copy link
@Warpten

Warpten Aug 9, 2011

Member

Oh, my mistake :D

UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry` = 37231; -- Robe Beam Stalker
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry` = 38008; -- Blood Orb Controller
UPDATE `playercreateinfo_action` SET `action`=26297 WHERE `action` IN (20554,50621,26635,26296) AND `race`=8; -- Berserking - Troll racial

1 comment on commit c3613cd

@burnham
Copy link
Contributor

@burnham burnham commented on c3613cd Aug 9, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

Please sign in to comment.