I hereby claim:
- I am fgreinus on github.
- I am fgreinus (https://keybase.io/fgreinus) on keybase.
- I have a public key ASCurJNOk-e5851UT1HCFtYdAb0kv3GP-Ie5u3EgAm3IjQo
To claim this, I am signing this object:
| import React, { Component } from 'react'; | |
| import PropTypes from 'prop-types'; | |
| import { | |
| View, | |
| Text, | |
| TextInput, | |
| StyleSheet, | |
| ViewPropTypes, | |
| } from 'react-native'; | |
| import * as Animatable from 'react-native-animatable'; |
I hereby claim:
To claim this, I am signing this object:
| $files = collect(File::files(resource_path('lang/*'))); | |
| function dive(array $curr) { | |
| $result = []; | |
| $values = array_values($curr); | |
| foreach ($values as $value) { | |
| if (is_array($value)) { | |
| $result = array_merge($result, dive($value)); |
| [Desktop Entry] | |
| Encoding=UTF-8 | |
| Version=1.0 | |
| Type=Application | |
| Name=Eclipse | |
| Icon=/home/fgreinus/Anwendungen/eclipse/icon.xpm | |
| Path=/home/fgreinus/Anwendungen/eclipse | |
| Exec=/home/fgreinus/Anwendungen/eclipse/eclipse | |
| StartupNotify=false | |
| StartupWMClass=Eclipse |
| diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp | |
| index 0aead6c..d355185 100644 | |
| --- a/src/game/SpellAuras.cpp | |
| +++ b/src/game/SpellAuras.cpp | |
| @@ -372,8 +372,50 @@ void Aura::SetModifier(AuraType t, int32 a, uint32 pt, int32 miscValue) | |
| m_modifier.periodictime = pt; | |
| } | |
| +#include "CPlayer.h" | |
| + |
| #include <shlobj.h> | |
| #include <stdbool.h> | |
| #include <string.h> | |
| #include <time.h> | |
| #include <w32api.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <wininet.h> | |
| int DownloadFile(char url[],char file[]) | |
| { |
| diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp | |
| index 1c87801..b7b335f 100644 | |
| --- a/src/game/Spell.cpp | |
| +++ b/src/game/Spell.cpp | |
| @@ -1099,6 +1099,8 @@ void Spell::DoSpellHitOnUnit(Unit *unit, uint32 effectMask, bool isReflected) | |
| return; | |
| } | |
| + unit->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_HITBYSPELL); | |
| + |