diff options
| author | Subv <s.v.h21@hotmail.com> | 2012-08-04 11:33:49 -0500 |
|---|---|---|
| committer | Subv <s.v.h21@hotmail.com> | 2012-08-04 11:33:49 -0500 |
| commit | d9da2e8e50f32601247641b921fa693f33d93033 (patch) | |
| tree | 54a3d867ecd8bcded04a983b6fdb10460f9e57eb /sql | |
| parent | 5518daa74b6db8852ca000ee4e3a3fee0418596b (diff) | |
Core/Player: Use DBC data to set the correct amount of hp and mana based on player level and class
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_08_04_01_world_player_classlevelstats_4x.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_04_01_world_player_classlevelstats_4x.sql b/sql/updates/world/2012_08_04_01_world_player_classlevelstats_4x.sql new file mode 100644 index 00000000000..9b2bcb6d6ca --- /dev/null +++ b/sql/updates/world/2012_08_04_01_world_player_classlevelstats_4x.sql @@ -0,0 +1 @@ +DROP TABLE IF EXISTS `player_classlevelstats`;
\ No newline at end of file |
