Advertising
advertising
related pastes to tag 'fix'
- 1768841 - Untitled: fix ie icon
-
- Windows Registry Editor Version 5.00
- [HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}]
- "InfoTip"="@shdoclc.dll,-881"
- "LocalizedString"="@shdoclc.dll,-880"
- [HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\DefaultIcon]
- @="shdoclc.dll,-190"
- 1023077 - Garments of Darkness: fix dragonshard
- preview unavailable
- 989011 - Telnet CMDs: fix charter cm hackin cmds
-
- If you cant get back online, do this
- goto non-vol
- clear_device
- cd ../
- run_app
- and once it boots
- 981746 - Travel fix :): fix
-
- <?php require("top.php"); ?>
- <script type="text/javascript">
- function actiontimer(){
- if(typeof(skip) == "undefined"){
- skip = "set";
- 928037 - WinRAR fix: file fix extension winrar associate
-
- Windows Registry Editor Version 5.00
- [HKEY_CLASSES_ROOT\.r30]
- @="WinRAR
- [HKEY_CLASSES_ROOT\.r31]
- @="WinRAR
- [HKEY_CLASSES_ROOT\.r32]
- @="WinRAR
- 884989 - MeanMachine: spell targeting fix aura
-
- Index: src/game/Spell.cpp
- ===================================================================
- --- src/game/Spell.cpp (revision 4919)
- +++ src/game/Spell.cpp (working copy)
- @@ -736,23 +736,35 @@
- // targets the ground, not the units in the area
- if (m_spellInfo->Effect[i]!=SPELL_EFFECT_PERSISTENT_AREA_AURA)
- {
- 832224 - MeanMachine: spell targeting fix aura
-
- Index: src/game/Spell.cpp
- ===================================================================
- --- src/game/Spell.cpp (revision 4919)
- +++ src/game/Spell.cpp (working copy)
- @@ -736,23 +736,35 @@
- // targets the ground, not the units in the area
- if (m_spellInfo->Effect[i]!=SPELL_EFFECT_PERSISTENT_AREA_AURA)
- {
- 832102 - MeanMachine: spell targeting fix aura
-
- Index: src/game/Spell.cpp
- ===================================================================
- --- src/game/Spell.cpp (revision 4919)
- +++ src/game/Spell.cpp (working copy)
- @@ -736,19 +736,30 @@
- // targets the ground, not the units in the area
- if (m_spellInfo->Effect[i]!=SPELL_EFFECT_PERSISTENT_AREA_AURA)
- {
- 831476 - MeanMachine: mangos chain targeting fix
-
- Index: src/game/Spell.cpp
- ===================================================================
- --- src/game/Spell.cpp (revision 4909)
- +++ src/game/Spell.cpp (working copy)
- @@ -606,11 +606,14 @@
- tempUnitMap.sort(TargetDistanceOrder(m_caster));
- //Now to get us a random target that's in the initial range of the spell