-
2090511·text·1.0 KB·2011-10-16 16:44 UTC
// En src/server/game/Spells/SpellEffects.cpp
case SPELLFAMILY_WARLOCK:
{
// Aumento de daño de Conflagrate gracias a Emberstorm
+ if((m_spe
-
2090510·text·3.2 KB·2011-10-16 16:29 UTC
Download sources:
git clone git://github.com/TrinityCore/TrinityCore.git
Download sources in custom folder:
git clone git://github.com/TrinityCore/TrinityCore.git <folder_name>
Update sources
-
2090506·actionscript·1.8 KB·2011-10-16 15:55 UTC
Сайт pressblog.tytygo.com представляет собой виртуальный клуб знакомств,для тех кому одиноко. B клубе имеется служба знакомств и чат. Каждый участник имеет свой личный кабинет. Участники могут размеща
-
2090505·text·2.9 KB·2011-10-16 15:55 UTC
[11:52:55] [SEVERE] java.lang.ClassCastException: gm cannot be cast to oj
[11:52:55] [SEVERE] at aby.a(SourceFile:32)
[11:52:55] [SEVERE] at aby.a(SourceFile:17)
[11:52:55] [SEVERE] at vx.a(Tile
-
2090502·text·14.2 KB·2011-10-16 15:40 UTC
#!/usr/bin/perl
# copyright by sonadi
#
# If we're gonna kill each other how we're gonna live forever?
# If we're gonna live forever how we're gonna kill each other?
#
-
2090499·actionscript·15 B·2011-10-16 15:37 UTC
Unknown message
-
2090497·actionscript·1.8 KB·2011-10-16 15:34 UTC
Сайт pressblog.tytygo.com представляет собой виртуальный клуб знакомств,для тех кому одиноко. B клубе имеется служба знакомств и чат. Каждый участник имеет свой личный кабинет. Участники могут размеща
-
2090491·text·2.1 KB·2011-10-16 15:20 UTC
root@sysresccd /root % mkdir /mnt/md122
root@sysresccd /root % mkdir /mnt/md123
root@sysresccd /root % mkdir /mnt/md124
root@sysresccd /root % mkdir /mnt/md125
root@sysresccd /root % mkdir /mnt/md
-
2090484·text·13.2 KB·2011-10-16 15:03 UTC
Question 1 (1.00 points)
Americans' national identity rests largely upon
a. ethnic kinship.
b. common language.
c. shared political ideals.
d. religion.
e. federal law.
-
2090476·xml·2.4 KB·2011-10-16 13:32 UTC
<section id="act">
<hgroup><h3 class="sectionTitle"><span class="heavy">Act.</span> Challenge your people. Watch them grow.</h3></hgroup>
<div class="textToScroll">
<p>
<span style="fo
-
2090461·text·4.0 KB·2011-10-16 12:29 UTC
\documentclass[a4paper,11pt]{article}
\usepackage[T1]{fontenc}
\setcounter{page}{4}
\usepackage{amsmath}
\usepackage[cp1250]{inputenc}
\usepackage[polish]{babel}
\selectlanguage{polish}
\usepac
-
2090448·lua·811 B·2011-10-16 11:34 UTC
local function createFireInAreaByTimer()
local nz = math.random(1, 2)
local pX, pY, pZ = getElementPosition(localPlayer)
local createdFire = false
if nz == 1 then
for i = 0, 150 do
loca
-
2090445·text·2.6 KB·2011-10-16 11:23 UTC
file=install/radiant.x86; mkdir -p ${file%/*}
g++ radiant/autosave.o radiant/brushmanip.o radiant/brushmodule.o radiant/brushnode.o radiant/brush.o radiant/brush_primit.o radiant/brushtokens.o radian
-
2090424·text·9.2 KB·2011-10-16 09:25 UTC
<?php
function Produce_Units($bot)
{
if ($bot->firstrun) {
return;
}
$bot->SendMsg('Produce units initializing...');
$bot->SendMsg('');
$bot->ReloadConfig();
$data = loadUnits($bot
-
2090392·text·744 B·2011-10-16 01:50 UTC
clear
echo "Welcome to the User Backup program!"
echo
echo "Please enter your username"
read usenam
echo "Please enter the directory you would like to backup"
read backupdir
echo "Please enter
-
2090391·text·825 B·2011-10-16 01:26 UTC
0 0.514
0.2 0.514
0.4 0.514
0.6 0.514
0.8 0.514
1 0.514
1.2 0.514
1.4 0.514
1.6 0.514
1.8 0.514
2 0.514
2.2 0.514
2.4 0.904
2.6 0.904
2.8 0.904
3 0.904
3.2 0.944
3.4 0.972
3.6 0.972
-
2090390·text·557 B·2011-10-16 01:22 UTC
evilantishadow: I don't know if you've heard about the new brane theory research.
evilantishadow: I can't find a link for it...
evilantishadow: Anyway, seems most oscillate in multiple frequencies i
-
2090387·text·3.1 KB·2011-10-16 00:50 UTC
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>bug_type</key>
<s
-
2090386·text·3.1 KB·2011-10-16 00:50 UTC
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>bug_type</key>
<s
-
2090380·text·110 B·2011-10-15 23:52 UTC
sub processFile
{
return parsePerf($_) if /^perf.*/;
return parseSamples($_) if /^samples_.*/;
}