diff options
| author | megamage <none@none> | 2009-01-02 11:07:19 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-02 11:07:19 -0600 |
| commit | 7fe148d52e23ac78c7366230e60689e442117a98 (patch) | |
| tree | d6f1f6cce5b5cedca8bdbf20cecc3681bbed2725 | |
| parent | 1e4381f7b1ad0127257dc858ce300ded444e2664 (diff) | |
*Update full sql.
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/TBC-WLK_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/TBC-WLK_world.sql b/sql/updates/TBC-WLK_world.sql index 7d2d6bb695a..56292c12504 100644 --- a/sql/updates/TBC-WLK_world.sql +++ b/sql/updates/TBC-WLK_world.sql @@ -5318,6 +5318,11 @@ INSERT INTO `playercreateinfo` VALUES (8 ,6,609,4298,2355.05,-5661.7, 426.026), (10,6,609,4298,2355.84,-5664.77,426.028), (11,6,609,4298,2358.17,-5663.21,426.027); +DELETE FROM `playercreateinfo` WHERE `race`=7 AND `class` IN (4,8,9); +INSERT INTO `playercreateinfo` VALUES +(7,4,0,1,-6240,331,383), +(7,8,0,1,-6240,331,383), +(7,9,0,1,-6240,331,383); DELETE FROM playercreateinfo_action WHERE class = 6; INSERT INTO playercreateinfo_action VALUES |
