aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2014-11-03 19:11:14 +0100
committerjoschiwald <joschiwald.trinity@gmail.com>2014-11-03 19:11:14 +0100
commit52bd9a771e2b94cec2491c97f418cc51d725d5b8 (patch)
treed380694d84c950cd5b8f8e440e1c68bb8f359aed /sql/updates/auth
parent064154c54018bb2c1657e4febf86ecc7c87b41e1 (diff)
Core/NetworkIO: implemented undelete opcodes and moved char create/delete packets to new packet classes
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/2014_11_03_00_auth.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/2014_11_03_00_auth.sql b/sql/updates/auth/2014_11_03_00_auth.sql
new file mode 100644
index 00000000000..1e0f0835ed5
--- /dev/null
+++ b/sql/updates/auth/2014_11_03_00_auth.sql
@@ -0,0 +1 @@
+ALTER TABLE `battlenet_accounts` ADD COLUMN `LastCharacterUndelete` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `os`;