kaelima
18f4ed5de4
Core/Spells: Fix damage scaling of mages Water Elementals.
...
- Water Elemental scales with 33% of mages spell power.
- Waterbolt scales with 83.33% of elementals spell power.
2011-04-17 13:32:46 +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
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
leak
d4f4f4bfea
SQL: Updated char db base
2011-04-12 09:34:35 +02: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
leak
7935c2f5c2
Core/Arena: Move personalRating to arena_team_member
2011-04-08 21:14:30 +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
Shauren
24240430ad
Scripts/Icecrown Citadel: Fixed Professor Putricide ooze adds behavior (cannot taunt/aggro anymore), also removed targeting dbc hack and scripted the spell properly
2011-04-06 21:21:45 +02:00
Shocker
06acfddb86
Core/Commands: Remove .learn all and drop hardcoded part of .learn all gm spells list
2011-04-06 20:17:29 +03:00
leak
9456ae7199
SQL/Arena: Removing ambiguous personalRating column until things are sorted out
2011-04-06 11:20:01 +02:00
leak
ae3ab32ea5
Core/Arenas: Refactor arena code and db layout
2011-04-05 21:54:28 +02:00
Shauren
9f5ca0bf29
Core/DBC: Implemented achievement_dbc db table for filling in missing achievements and added sample data
2011-04-03 13:18:21 +02:00
Manuel
af49603fb8
SQL: Added forgotten data in full sql files.
...
Signed-off-by: Manuel <manue.l@live.com.ar >
2011-03-27 12:51:52 -03:00
ZxBiohazardZx
89fd9d9ca5
DB/Items: fix Darkmoon Card: Illusion
...
fixes #671
2011-03-26 15:18:16 +01:00
Ramus
7d0b5bfff9
Core/Spells: Arcane Concentration should proc only from mage spell casts
2011-03-19 13:23:31 +01:00
leak
6eb5014182
SQL: Lost changes in character base sql
2011-03-19 00:23:35 +01:00
Azazel
a959618f31
Core/DB: increase size of phaseMask field in corpse table to allow values larger than 255
2011-03-17 12:33:20 +06:00
Azazel
926106c095
Core/SQL: fix error in world_database.sql
2011-03-17 09:38:58 +06:00
Shocker
b5fa232716
Core/Commands: Allow npc info to show both DB GUID and current GUID
2011-03-11 23:31:06 +02:00
Azazel
3973d1b454
CharDB Schema/Cleanup: cleanup channels table:
...
* rename columns (remove m_ prefix and convert to lowerCamel case);
* rename prepared statements to conform to standards (there is no CLEAN statement).
2011-03-11 17:18:17 +06:00
Nay
05d6bef5f6
DB/NPC: Spawn Shango with pathing.
...
SQL: Fix typo and add missing changes to world_database.sql
Closes #883
2011-03-07 21:20:31 +00:00
Machiavelli
311d0cf989
Core/Commands: Make vehicle_accessory and vehicle_template_accessory reloadable with commands
2011-03-07 20:25:56 +01:00
GWRde
22703bc58d
Core/Spells: Fixed Glyph of Shadow Word: Pain
2011-03-07 19:36:34 +01:00
Shauren
79e660975e
Core/Spells: Fixed Heartpierce proc
2011-03-05 18:48:41 +01:00
EdwinDW
7798474e74
Fix: SQL syntax error in world base SQL script
2011-03-04 16:48:39 +01:00
Shauren
8497fb27e9
DB/Spells: Added flower summoning visual of Lifeblood
2011-02-26 14:09:32 +01:00
Shocker
3525cb39b8
Core/Spells: Focus Magic should proc only from critical hits
2011-02-25 16:56:45 +02:00
Azazel
bcd7e45e12
CharDB Schema/Cleanup: cleanup character_tutorial table:
...
* rename table to account_tutorial, because it holds account specific data;
* rename column account to accountId;
* introduce prepared statements for table.
2011-02-25 00:45:57 +06:00
Azazel
20ab3e4bda
CharDB Schema/Cleanup: cleanup account_data and character_account_data tables:
...
* rename column account to accountId;
* introduce prepared statements for both tables.
2011-02-25 00:44:33 +06:00
Nay
be16bcffab
Usual commit about forgotten full SQL changes in previous commit.
2011-02-24 00:33:13 +00:00
Nay
45db1591a4
DB/Schema: Properly use field types in smart_script table
...
Thanks Shauren
2011-02-20 19:11:42 +00:00
Shauren
a623bfad2b
Core/Spells: Fixed Combustion stacking exploit
2011-02-18 20:07:41 +01:00
Shauren
0f34df6e1a
Scripts/Icecrown Citadel: Added support for weekly quest "Deprogramming"
2011-02-18 19:48:47 +01:00
Shauren
6d1e4839a1
Scripts/Icecrown Citadel: Fixed Sindragosa's Icy Grip
...
Closes #629
2011-02-15 22:45:30 +01:00
runningnak3d
05e075ce0e
Core/Gossip: Remove support for npc_gossip table (DEPRECATED).
2011-02-11 13:04:45 -07:00
Shauren
dc1b02d35d
Scripts/Icecrown Citadel: Added Sindragosa script
2011-02-07 17:21:44 +01:00
Shauren
c2b0bcbd6c
Core/Instances: Implemented DungeonEncounter.dbc for creating completed encounters mask to use in packets
...
Core/Dungeon Finder: Implemented new way of giving random dungeon rewards, linked to DungeonEncounter.dbc
2011-02-03 22:20:40 +01:00
Shauren
42007bb0a9
Core/Spells: Implemented Druid T10 4P restoration bonus
2011-01-31 14:51:42 +01:00
Shauren
5004f409d8
Core/Spells: Added cooldown for Purified Lunar Dust trinket (item 50358)
2011-01-31 11:54:29 +01:00
DrTenma
59448fddc4
Core/Spells: Fixed Judgements of the Just
...
Signed-off-by: Shauren <shauren.trinity@gmail.com >
2011-01-30 19:14:18 +01:00
Shauren
8d2ab9238f
SQL/Quest: Added linked credit spells for quest 8867 (Lunar Fireworks)
2011-01-29 12:50:58 +01:00
Shauren
cf88224588
Scripts/Icecrown Citadel: Implemented Pact of the Darkfallen damage scaling (Blood-Queen Lana'thel)
...
SQL: Renamed and split 2011_01_26_world_scriptname to meet the standards
2011-01-28 14:33:12 +01:00
Shauren
464837077a
Core/Instances: Implemented hourly instance limit: players are limited to entering 5 instances per hour (account wide limit)
2011-01-24 11:20:30 +01:00
Machiavelli
920b3b0b37
Core/SQL: Add unique table key for (guid, bag, slot) in character_inventory to prevent storing different item entities in the same slot.
...
NOTE: If you get import errors it's YOUR OWN RESPONSIBILITY to fix current data inconsistencies your database might have.
2011-01-22 19:05:23 +01:00
leak
f7af49291b
SQL: Characters db storage type cleanup No. 7 (final) - Note:
...
- It is _strongly_ recommended to extensively test the recent changes before applying them to live data
- To fully resync the character db layout with TC releases it is recommended to dump the characters table with
mysqldump --no-data characters > characters_database_livedata.sql
and use a diff tool to compare it against sql/base/characters_database.sql
2011-01-20 02:11:49 +01:00
leak
c59ea4726e
SQL: Characters db storage type cleanup No. 6
2011-01-20 01:02:24 +01:00
leak
a486eb0c2f
SQL: Characters db storage type cleanup No. 5
2011-01-20 00:08:45 +01:00
leak
a7df9ddff1
SQL: Characters db storage type cleanup No. 4
2011-01-19 22:46:21 +01:00