This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static string GetIntBinaryString(int n) | |
{ | |
char[] b = new char[32]; | |
int pos = 31; | |
int i = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp | |
index da2fce1061..b2592390a9 100644 | |
--- a/src/server/scripts/Spells/spell_quest.cpp | |
+++ b/src/server/scripts/Spells/spell_quest.cpp | |
@@ -1465,6 +1465,11 @@ class spell_q12372_destabilize_azure_dragonshrine_dummy : public SpellScriptLoad | |
} | |
}; | |
+enum q12372Creatures | |
+{ |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Revision: TrinityCore rev. f17120cc784e 2019-02-24 18:46:35 +0100 (3.3.5 branch) (Win64, Debug, Dynamic) | |
Date 25:2:2019. Time 16:41 | |
//===================================================== | |
*** Hardware *** | |
Processor: AMD Ryzen 7 2700X Eight-Core Processor | |
Number Of Processors: 16 | |
Physical Memory: 16723196 KB (Available: 7636744 KB) | |
Commit Charge Limit: 22752508 KB | |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Revision: TrinityCore rev. 59682bbd9b33 2019-02-09 21:06:09 +0100 (3.3.5 branch) (Win64, Debug, Dynamic) | |
Date 10:2:2019. Time 2:5 | |
//===================================================== | |
*** Hardware *** | |
Processor: Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz | |
Number Of Processors: 4 | |
Physical Memory: 8291496 KB (Available: 1073436 KB) | |
Commit Charge Limit: 14688696 KB | |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Revision: TrinityCore rev. 3a83dc60d5bd 2019-02-06 10:47:44 +0100 (3.3.5 branch) (Win64, Debug, Dynamic) | |
Date 6:2:2019. Time 14:38 | |
//===================================================== | |
*** Hardware *** | |
Processor: Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz | |
Number Of Processors: 4 | |
Physical Memory: 8291496 KB (Available: 1116084 KB) | |
Commit Charge Limit: 13539868 KB | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 11 "worldserver" received signal SIGSEGV, Segmentation fault. | |
[Switching to Thread 0x7ffed174d700 (LWP 32144)] | |
0x0000555556a949af in WorldObject::GetGridActivationRange (this=this@entry=0x7ffe9d733000) at /root/wow/br17/src/server/game/Entities/Object/Object.cpp:1525 | |
1525 if (GetTypeId() == TYPEID_PLAYER) | |
#0 0x0000555556a949af in WorldObject::GetGridActivationRange (this=this@entry=0x7ffe9d733000) at /root/wow/br17/src/server/game/Entities/Object/Object.cpp:1525 | |
#1 0x0000555556d39c16 in Map::VisitNearbyCellsOf (this=0x7fff8fb2f2c0, obj=0x7ffe9d733000, gridVisitor=..., worldVisitor=...) at /root/wow/br17/src/server/game/Maps/Map.cpp:709 | |
#2 0x0000555556d4351b in Map::Update (this=this@entry=0x7fff8fb2f2c0, t_diff=t_diff@entry=77) at /root/wow/br17/src/server/game/Maps/Map.cpp:868 | |
#3 0x0000555556d44c60 in InstanceMap::Update (this=0x7fff8fb2f2c0, t_diff=77) at /root/wow/br17/src/server/game/Maps/Map.cpp:3954 | |
#4 0x0000555556d583fd in MapUpdateRequest::call (this=0x7ffeb8e6a9a0) at /root/wow/br |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 1 "worldserver" received signal SIGFPE, Arithmetic exception. | |
0x0000555556ae35e7 in Player::AddSpellMod (this=this@entry=0x7ffcd55f4680, mod=0x7fff758a0d00, apply=apply@entry=false) at /root/wow/src/server/game/Entities/Player/Player.cpp:22657 | |
22657 for (uint8 i = 0; i < 3; ++i) | |
#0 0x0000555556ae35e7 in Player::AddSpellMod (this=this@entry=0x7ffcd55f4680, mod=0x7fff758a0d00, apply=apply@entry=false) at /root/wow/src/server/game/Entities/Player/Player.cpp:22657 | |
#1 0x0000555556f10b6a in AuraEffect::ApplySpellMod (this=this@entry=0x7fff99bfb1c0, target=0x7ffcd55f4680, apply=apply@entry=false) at /root/wow/src/server/game/Spells/Auras/SpellAuraEffects.cpp:721 | |
#2 0x0000555556f10df8 in AuraEffect::HandleEffect (this=this@entry=0x7fff99bfb1c0, aurApp=aurApp@entry=0x7fff776b0460, mode=mode@entry=1 '\001', apply=apply@entry=false) at /root/wow/src/server/game/Spells/Auras/SpellAuraEffects.cpp:681 | |
#3 0x0000555556f250ef in AuraApplication::_HandleEffect (this=this@entry=0x7fff776b0460, effIndex=effIndex@e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 1 "worldserver" received signal SIGFPE, Arithmetic exception. | |
0x0000555556acfa87 in Player::AddSpellMod (this=this@entry=0x7fff86c3b980, mod=0x7ffef0896d80, apply=apply@entry=false) at /root/wow/src/server/game/Entities/Player/Player.cpp:22648 | |
22648 for (uint8 i = 0; i < 3; ++i) | |
#0 0x0000555556acfa87 in Player::AddSpellMod (this=this@entry=0x7fff86c3b980, mod=0x7ffef0896d80, apply=apply@entry=false) at /root/wow/src/server/game/Entities/Player/Player.cpp:22648 | |
#1 0x0000555556efcbaa in AuraEffect::ApplySpellMod (this=this@entry=0x7fff98e3f700, target=0x7fff86c3b980, apply=apply@entry=false) at /root/wow/src/server/game/Spells/Auras/SpellAuraEffects.cpp:721 | |
#2 0x0000555556efce38 in AuraEffect::HandleEffect (this=this@entry=0x7fff98e3f700, aurApp=aurApp@entry=0x7ffef08b19a0, mode=mode@entry=1 '\001', apply=apply@entry=false) at /root/wow/src/server/game/Spells/Auras/SpellAuraEffects.cpp:681 | |
#3 0x0000555556f10fff in AuraApplication::_HandleEffect (this=this@entry=0x7ffef08b19a0, effIndex=effIndex@e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 1 "worldserver" received signal SIGSEGV, Segmentation fault. | |
0x0000555556aa965d in Player::AddSpellMod (this=this@entry=0x7ffef79abe40, mod=0x7fffb1812e80, apply=apply@entry=false) at /root/wow/src/server/game/Entities/Player/Player.cpp:22622 | |
22622 if (apply) | |
#0 0x0000555556aa965d in Player::AddSpellMod (this=this@entry=0x7ffef79abe40, mod=0x7fffb1812e80, apply=apply@entry=false) at /root/wow/src/server/game/Entities/Player/Player.cpp:22622 | |
#1 0x0000555556ed748a in AuraEffect::ApplySpellMod (this=this@entry=0x7fffa81cf900, target=0x7ffef79abe40, apply=apply@entry=false) at /root/wow/src/server/game/Spells/Auras/SpellAuraEffects.cpp:721 | |
#2 0x0000555556ed7718 in AuraEffect::HandleEffect (this=this@entry=0x7fffa81cf900, aurApp=aurApp@entry=0x7fffb19e56e0, mode=mode@entry=1 '\001', apply=apply@entry=false) at /root/wow/src/server/game/Spells/Auras/SpellAuraEffects.cpp:681 | |
#3 0x0000555556eeb8bf in AuraApplication::_HandleEffect (this=this@entry=0x7fffb19e56e0, effIndex=effIndex@entry=1 '\001', apply |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 1 "worldserver" received signal SIGFPE, Arithmetic exception. | |
0x0000555556a92e07 in Player::AddSpellMod (this=this@entry=0x7fffbb10a880, mod=0x7fff67187340, apply=apply@entry=false) at /root/wow/src/server/game/Entities/Player/Player.cpp:22594 | |
22594 for (uint8 i = 0; i < 3; ++i) | |
#0 0x0000555556a92e07 in Player::AddSpellMod (this=this@entry=0x7fffbb10a880, mod=0x7fff67187340, apply=apply@entry=false) at /root/wow/src/server/game/Entities/Player/Player.cpp:22594 | |
#1 0x0000555556ebec1a in AuraEffect::ApplySpellMod (this=this@entry=0x7fffab090940, target=0x7fffbb10a880, apply=apply@entry=false) at /root/wow/src/server/game/Spells/Auras/SpellAuraEffects.cpp:721 | |
#2 0x0000555556ebeea8 in AuraEffect::HandleEffect (this=this@entry=0x7fffab090940, aurApp=aurApp@entry=0x7fff67187c60, mode=mode@entry=1 '\001', apply=apply@entry=false) at /root/wow/src/server/game/Spells/Auras/SpellAuraEffects.cpp:681 | |
#3 0x0000555556ed305f in AuraApplication::_HandleEffect (this=this@entry=0x7fff67187c60, effIndex=effIndex@e |
NewerOlder