Commit Graph
18669 Commits
Author SHA1 Message Date
Aokromes 1087e5f5c9 Merge pull request #9710 from xjose93/Autobroadcast
Core/World: Improvements in Autobroadcast system (dropped from world database and moved to auth database, added realmid and weight columns)
2013-04-27 05:02:48 -07:00
Aokromes e486cd7623 Merge pull request #9662 from xjose93/GuildRename
Guild rename
2013-04-27 05:02:07 -07:00
Shauren 1ce50f8442 Core/OutdoorPvP: Fixed crash in capture point update when players leave the point
Closes #9722
2013-04-27 11:45:37 +02:00
Aokromes e89ea9338a Merge pull request #9719 from xjose93/ImproveLog6
Core/Maps: Add mapname when a player is binded to other save.
2013-04-26 18:00:52 -07:00
Aokromes 2d9caf42ff Merge pull request #9716 from xjose93/ImproveLog5
Core/Player: Add playername at log when a player not found in characters database.
2013-04-26 18:00:24 -07:00
xjose93 eb7f0adcb5 Core/Maps: Add mapname when a player is binded to other save. 2013-04-27 01:10:10 +02:00
Shauren 118ec195a6 Core/DBLayer: Fixed mismatched field type in auction house prepared statement.
Closes #9694
2013-04-26 22:46:43 +02:00
Aokromes 23c5e4b322 Merge pull request #9712 from Bezo/ip2countrylocksqlupdate
Update auth_database.sql.
2013-04-26 08:45:54 -07:00
Aokromes 08dfe30618 Merge pull request #9715 from xjose93/ImproveLog4
Core/Guild: Add guid of gm and guildname to log when an item its deposit on guildbank.
2013-04-26 07:46:07 -07:00
xjose93 24fb735a0d Core/Player: Add playername at log when a player not found in characters database. 2013-04-26 14:38:27 +02:00
xjose93 25d0644326 Core/Guild: Add guid of gm and guildname to log when an item its deposit on guildbank. 2013-04-26 14:33:13 +02:00
Bezo 619d975012 Update auth_database.sql due the added ip2nation tables. 2013-04-26 12:50:14 +03:00
xjose93 d7e9d1bafb Core/World: Improvements in Autobroadcast system (dropped from world database and moved to auth database, added realmid and weight columns) 2013-04-25 22:54:20 +02:00
Aokromes 6dbd574a69 Merge pull request #9697 from xjose93/ImproveLog3
Core/Log: Added guid (of gm) and zone to gm command log.
2013-04-24 03:02:56 -07:00
Aokromes a1c425d7ef Merge pull request #9692 from xjose93/ImproveLog2
Core/Log: Added mapname to log when a player cant be teleported.
2013-04-24 03:01:09 -07:00
xjose93 c7a6c1be84 Core/Log: Added guid (of gm), area and zone to gm command log. 2013-04-23 19:09:48 +02:00
xjose93 3166d149c3 Core/Log: Added mapname to log when a player cant be teleported. 2013-04-23 09:58:00 +02:00
Shauren 4537d4082e Scripts/Commands: Corrected queried database for ip2nation in .pinfo command 2013-04-22 17:37:13 +02:00
Shauren bd69c9ad49 Merge branch 'pr/n9655_Bezo' 2013-04-22 15:54:46 +02:00
Bezo 7542049eba [Ip2nationLock] Implement the ip2nation lock country. 2013-04-22 15:53:48 +02:00
Kirkhammett 00a3023314 DB/SAI: fix runtime errors and some other stuff. see issue #9667 2013-04-21 12:51:47 +02:00
Foldor f692d368f5 DB/Gameobject: Add missing template for Silver Covenant Banner (202193)
Closes # 9080
2013-04-21 12:32:59 +02:00
ZxBiohazardZx 62ecc11cfb DB/Loot:
Update loot for Scarab Coffers in AQ (related to issue #9638)
Update loot for Axtroz (related to issue #9610)
2013-04-21 12:27:52 +02:00
kirkhammett d1964f6ee1 DB/Conditions: add correct conditions to Lokhtos Darkbargainer's shop
Closes #9594
2013-04-20 09:57:21 +02:00
wintergreen77 888f8f7a8a DB/Loot: Insert Frozen Orb into The Prophet Tharon'ja's loot template
Closes #9605
2013-04-20 09:50:13 +02:00
xjose93 678cade116 Core/Commands: rename guilds (.guild rename "old guildname" "new guildname") 2013-04-19 23:21:23 +02:00
Kirkhammett 353b82c48b DB/SAI: Missing event flags now added
Closes #9668
2013-04-19 18:07:19 +02:00
Shocker e5ec998864 Core/Spells: Fix dynobj aura stacking 2013-04-18 05:40:39 +03:00
click acf6c79d9b Core/Dependencies: Upgrade to jemalloc-3.3.1 (Also fixes a few weird crashes), closes #7852
Note: This adds support for using jemalloc on FreeBSD, Mac OS X Lion and a few other platforms (not enabled by default)
Please read dep/jemalloc/ChangeLog for further information (Changed from 2.1.1 and up apply)
2013-04-16 21:03:29 +02:00
Gacko e9d7b53e6d Fix some creature text runtime errors 2013-04-16 20:29:24 +02:00
Shauren 1c59bbd130 Merge pull request #9647 from xjose93/GameEventAnnounce
Core/Events: announce event system improvement.
2013-04-16 02:43:31 -07:00
Gacko 2a96e1919d Script/SAI: Fix runtime error. Thanks @Kirkhammett
Closes #9653

(Can not commit for other authors using the web interface...)
2013-04-16 08:52:01 +03:00
Pitcrawler 03be44f499 DB/Quests Fix Mission: Eternal Flame, closes #6852 2013-04-16 07:41:35 +02:00
Subv b104544d15 Merge pull request #9648 from xjose93/ImproveLog
Core/Log: Added more information to log when a map cant be created.
2013-04-15 08:59:02 -07:00
xjose93 19b47e452f Core/Events: announce event system improvement. 2013-04-15 09:32:35 +02:00
xjose93 4be3090a0f Core/Log: Added more information to log when a map cant be created. 2013-04-15 09:24:16 +02:00
Pitcrawler 5c2203f185 DB/Quests: Fix The Leaders at Jin'Alai, closes #902
Remove some double spawns
Add some missing spawns
Convert some EAI to SAI
Add some visual effects for quest Breaking Through Jin'Alai
2013-04-14 14:55:24 +02:00
click 7afe928f2a Core/Buildsystem: Actually follow CONF_DIR path-directive when installing configuration-files on UNIX
Fixes issue #9649
2013-04-14 14:35:45 +02:00
Gacko bf10860a1c Rename sql files from previous commit and add new line at eof 2013-04-13 20:41:08 +02:00
Gacko 35f03185f2 Script/SAI: Fix runtime errors 2013-04-13 20:37:40 +02:00
Gacko 40904ef0c1 Script/SAI: Convert Arzeth the Merciless to SAI 2013-04-13 20:33:53 +02:00
Kirkhammett a1049abba0 DB/Misc: Doing this out of the kindness of my heart, not because @Aokromes forced me into slavery.
Closes #9624
2013-04-13 20:20:12 +02:00
Kirkhammett 37c02196ae DB/Misc: 2 updates to fix non working SAI scripts
Closes #9460
2013-04-13 19:15:39 +02:00
Kirkhammett 51f6db7915 Script/SAI: Remove Shadow's Edge on completing 'Shadowmourne...'
Closes: #9600
2013-04-12 22:11:52 +02:00
Shauren efaa29dac7 Merge pull request #9632 from joschiwald/scriptfix
Scripts/Quest: Fix "Massacre At Light's" after recent vehicle changes an...
2013-04-12 12:49:11 -07:00
joschiwald c0303c82bf Scripts/Quest: Fix "Massacre At Light's" after recent vehicle changes and drop some silly code
Closes #9448
2013-04-12 21:21:30 +02:00
Shauren 24a7a6f965 Scripts/Pit of Saron: Changed Overlord's Brand script to be safer
Closes #9125
2013-04-12 17:54:40 +02:00
Gacko e3feabefec Remove BOM 2013-04-12 17:46:17 +02:00
Gacko 852e8e720c Script: Remove unnecessary constant 2013-04-12 17:36:47 +02:00
Gacko 96ad520ea3 Script/Spell: Apply Frost Imbued Blade only in 25 man mode
Note: Quest credit spells are already casted in 25 man mode only.
2013-04-12 17:36:47 +02:00