diff options
| author | hunteee <none@none> | 2009-06-18 19:31:55 +0200 |
|---|---|---|
| committer | hunteee <none@none> | 2009-06-18 19:31:55 +0200 |
| commit | c6c1284eb03354d503acd680958b6df29d022914 (patch) | |
| tree | 6ced7fcce45b4cd3ea6f24484d79a064a40b1588 /sql/updates/3235_world.sql | |
| parent | c790caec69ecf1992e4b0098e1da08abe903d328 (diff) | |
*Second part of previous commit.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/3235_world.sql')
| -rw-r--r-- | sql/updates/3235_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/3235_world.sql b/sql/updates/3235_world.sql index 719530b4150..fea9efee912 100644 --- a/sql/updates/3235_world.sql +++ b/sql/updates/3235_world.sql @@ -2,4 +2,4 @@ DELETE FROM `playercreateinfo_action` WHERE `type` = 0 AND `action` = 28734; DELETE FROM `playercreateinfo_spell` WHERE `spell` = 28734; DELETE FROM `playercreateinfo_spell_custom` WHERE `spell` = 28734; UPDATE `playercreateinfo_action` SET `button` = 3 WHERE `race` = 10 AND `class` IN (2, 3, 5, 8, 9) AND `action` = 28730 AND `type` = 0; -UPDATE `playercreateinfo_action` SET `button` = 4 WHERE `race` = 10 AND `class` = 4 AND `action` = 25046 AND `type` = 0;
\ No newline at end of file +UPDATE `playercreateinfo_action` SET `button` = 4 WHERE `race` = 10 AND `class` = 4 AND `action` = 25046 AND `type` = 0; |
