Commit Graph

11695 Commits

Author SHA1 Message Date
ZxBiohazardZx fac56ea88e DB/Quest: Fix Black Knight of ... Chain
also fix startuperrors
2011-04-14 22:39:13 +02:00
Azazel a26b4ff95e Core/SQL: fix a few minor mishaps with wrong keys not being updated in commit 5357b1ba77 - fixes import of base characters database (thanks click for pointing out). Closes #1231.
Also rename indexes in recently cleaned tables to have 'idx_' prefix.
Add queries to recreate indexes based on recently modified columns (just to make sure that all indexes are correct).
2011-04-14 11:31:15 +06:00
Manuel Carrasco 7e58463271 Scripts/SAI: Implemented AI for npc Murloc Lurker (it was an eventAI script), it uses the new event implemented.
Signed-off-by: Manuel Carrasco <manue.l@live.com.ar>
2011-04-14 00:33:14 -03:00
Manuel Carrasco 4796848b83 Core/SAI: Implemented SMART_EVENT_IS_BEHIND_TARGET, it is triggered when the creature is behind its current target.
Signed-off-by: Manuel Carrasco <manue.l@live.com.ar>
2011-04-14 00:30:32 -03:00
ZxBiohazardZx c9fb601174 DB/Spawns: Increase active spawns for Herbalism pools
fixes #939
2011-04-13 23:32:41 +02:00
ZxBiohazardZx d392f03fbc Commit: Arena_season_5 - more typos
fixes 1226
2011-04-13 23:10:04 +02:00
drahy ce1224239d Core/Arena: Arena team member saving fixed
fixes #1214
2011-04-13 14:37:55 +02:00
Azazel 3993b73925 Core/CharDB cleanup: change creature_respawn and gameobject_respawn column names to lowerCamel, rename instance column to instanceId and move all queries to these tables to prepared statements.
Fix import error in character_database.sql.
2011-04-13 17:02:06 +06:00
zergtmn 1551b8a011 Core/Misc: move scheduled scripts counter to ScriptMgr (which is more logical, isn't it?) 2011-04-13 12:07:20 +06:00
runningnak3d e196dd80bd Core/WorldServer: Some minor text and code style clean up. 2011-04-12 16:46:37 -04:00
runningnak3d c41839a243 Core/Authserver: vi change word (cw) FAIL! 2011-04-12 14:33:42 -04:00
runningnak3d cf5e97003e Core/AuthServer: Some minor text cleanup. 2011-04-12 14:30:18 -04:00
Azazel 9079b27c56 Core/Chat: fix client crash by wrong quest shift-link structure.
Protection only work with ChatStrictLinkChecking.Severity = 3
(original patch by VladimirMangos)
2011-04-12 17:23:35 +06:00
ZxBiohazardZx 6a4151d531 Commit: wrong file ftl: typofix 2011-04-12 11:38:33 +02:00
leak d4f4f4bfea SQL: Updated char db base 2011-04-12 09:34:35 +02:00
ZxBiohazardZx a8050a891d Commit: pushed wrong file, but it just needed the guid set... 2011-04-11 21:51:34 +02:00
ZxBiohazardZx 0a6d8ea50c DB/Event: Arena Season 5 related spawns & vendor templates
fixes #1168
2011-04-11 21:44:13 +02:00
kaelima 384ca58b62 Core/PacketIO: Add support for receiving CMSG_UPDATE_PROJECTILE_POSITION 2011-04-11 21:24:02 +02:00
ZxBiohazardZx 6f9a02a10c DB/Misc: Add Spectral Gyphron to Wintergrasp
fixes #956
2011-04-11 20:53:50 +02:00
ZxBiohazardZx d1e8aa2f8f DB/Loot: add Mature Lasher loot table
fixes #719
2011-04-11 20:51:31 +02:00
mark07 75a280e703 DB/Achievements: Fix Subtraction Achievement
fixes #1198
2011-04-11 20:48:04 +02:00
Azazel 72040c1654 Core/Misc: fix compilation warnings 2011-04-11 17:38:57 +06:00
SimonDMII e38634186c Core/Spells: fix Global Cooldown reset on spell cast interrupt. 2011-04-11 16:35:31 +06:00
Azazel 5357b1ba77 Core/CharDB Cleanup: alter corpse table making column names lowerCamel and move all queries to prepared statements.
NOTICE: column can be named `guid` only if it represents character guid. All other guids will be renamed to reflect their purpose (like corpseGuid in this specific case)
2011-04-11 14:39:00 +06:00
Shauren 553d8d7016 Core/Instances: Fixed crashes happening when trying to access already deleted players. 2011-04-10 21:17:46 +02:00
Supabad 3771798a2e Core/BattleGrounds: update Gameobject hook to support multiple destructable building events.
little cleanup in GameObject.cpp
2011-04-10 20:55:17 +02:00
leak 9bed8e49db Core/Arena: Restore personal rating loading 2011-04-10 15:19:54 +02:00
Shauren 6a9fa42a60 Core/GameObjects: Destructible gameobjects now read display info from dbc files 2011-04-09 22:04:56 +02:00
Shauren 3bc45e121f Core/DBC: Cleaned LoadDBCStores function, added semi-automated counting dbc files count 2011-04-09 20:50:39 +02:00
Shauren 64caf2cdf2 Core/Spells: Add default handler for apply aura spell effect when both ImplicitTargets are 0, removed unused structure 2011-04-09 19:57:32 +02:00
Supabad a5a545a403 Core/GameObjects: add script hook when destructable building is damaged. 2011-04-09 19:28:36 +02:00
Shocker 9efac6fe9f Core/Misc: AddAura should allow adding auras to dead targets if spell is passive/can target dead targets 2011-04-09 19:49:45 +03:00
Shocker 0905538b32 Core/Misc: Fix possible endless loop in HandleMoveWorldportAckOpcode / Logout 2011-04-09 11:28:39 +03:00
Supabad baedc78b10 Core/Conditions: fix little typo in previous commit. 2011-04-09 10:23:54 +02:00
Supabad 6174703d45 Core/Conditions: updated CONDITION_SPELL to allow to return false also 2011-04-09 10:12:45 +02:00
Malcrom 46849c52e5 DB/SAI: Convert some Gossip_scripts to SAI 2011-04-09 09:53:06 +02:00
Shocker 2c62548105 Merge branch 'master' of github.com:TrinityCore/TrinityCore 2011-04-08 23:20:10 +03:00
ille a2bcb9425c Core/Spells: Fix cloning spells
Closes #1162
2011-04-08 23:16:57 +03:00
leak 7935c2f5c2 Core/Arena: Move personalRating to arena_team_member 2011-04-08 21:14:30 +02:00
Supabad 5f4337f7e9 Core/GameObjects: traps that dont have a owner should despawn after spell cast. 2011-04-08 18:33:13 +02:00
leak 1e94fc530b SQL/Arena: Fix some warnings with missing default values 2011-04-08 15:57:25 +02:00
Azazel 9f1cc4407a Core/CharDB Cleanup: alter character_homebind table making column names lowerCamel and move all queries to prepared statements. 2011-04-08 17:04:51 +06:00
Azazel 37a6fe2ae7 Core/CharDB Cleanup: alter character_battleground_data table making column names lowerCamel and move all queries to prepared statements. 2011-04-08 11:28:10 +06:00
Azazel 74b84a603d Core/DBLayer: add template parameter to QueryCallback classes to make it work with both QueryResult and PreparedQueryResult (will be used later). 2011-04-08 09:41:52 +06:00
Shauren 0ae5aca55e Core/Spells: Apply only 1.5 second cooldown to DK runes when spell misses its target 2011-04-07 23:13:35 +02:00
Supabad 35645abfc6 Scripts/BlackRockSpire: Cleanup boss scripts. add instance script and header 2011-04-07 18:49:49 +02:00
pek2011 337b75cafc Core/Cleanup: Drop some unused code and update some unknown player flags (from Mangos).
Closes #1167
2011-04-07 15:10:10 +03:00
Shocker 2c28d383b3 Core/Master: Use ASSERT to halt server in freeze detector 2011-04-07 13:14:26 +03:00
Azazel 4db04b63dd Core/DBLayer: make use of return result of Connection::Open method and allow core to output all the errors in prepared statements instead of aborting on first error. 2011-04-07 15:30:38 +06:00
leak 770c8a950e Core/Arena: Query column order for game stats restored
fixes #1165
2011-04-07 09:23:05 +02:00