Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug / Item] Bloodgem Shard #4165

Closed
EnteringCombat opened this issue Dec 1, 2011 · 1 comment
Closed

[Bug / Item] Bloodgem Shard #4165

EnteringCombat opened this issue Dec 1, 2011 · 1 comment

Comments

@EnteringCombat
Copy link

Hello,
http://www.wowhead.com/item=28452
This item is suppost to work in a specific area inside Netherstorm, yet it works everywhere in the world.
When used, it gives a buff that increases damage and healing by 5% for 60 seconds. This could furtherly boost any player for 5% damage and healing pretty much forever, everywhere.

We're using hash 10444a1
Thanks in advance.

@nelegalno
Copy link
Contributor

This is the proper and tested fix:

-- Limit Bloodgem Shard use to Netherstorm Cristal Target fix by nelegalno

DELETE FROM `conditions` WHERE (`SourceEntry`=34367 AND `SourceTypeOrReferenceId`=17 AND `ConditionTypeOrReference`=29);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
(17,0,34367,0,29,19421,15,0,64,'','Limit Bloodgem Shard use to Netherstorm Cristal Target');

@ghost ghost assigned Star-lion Apr 20, 2012
raczman pushed a commit to raczman/TrinityCore that referenced this issue Apr 20, 2014
	Remove obsolete requirement 'cooking profession' from quest 'Beer Basted Boar Ribs' (thx tifkat) closes TrinityCore#5198
	Fix proc for Death's Verdict/Choice (author: kandera) closes TrinityCore#6041
	Disables quest "Desperate Research" for all factions author trista closes TrinityCore#5285
	Disables scourge invasion connected quests
	Limit Bloodgem Shard use to Netherstorm Cristal Target author: nelegalno closes TrinityCore#4165
	Path of xx and A Change of Heart (Ashen Band rings) author: studioworks closes TrinityCore#2544
	spawn farmer torp author: zxbiohazardzx closes TrinityCore#6256
	Disgusting Oozeling aura author: gecko32 closes TrinityCore#6197
	Mr. Chilly Add aura chilly for Periodic slide
	Update to Change <name> to $n in page text author: gecko32 closes TrinityCore#5930
	Update frost shock and you to only be for shamans. author: whit33r closes TrinityCore#4727
	fixes ashen band of destruction proc author: kandera
	fixes quest credit from Fel reaver no thanks! author: tREAk & shlomi1515 closes TrinityCore#3715
	fix areatrigger for wickerman camp author: boomper closes TrinityCore#3549
	yous have da darkrune should be daily author: kaelima closes TrinityCore#3457
	fix infinite corruptor loot id author: vincent-michael
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants