diff options
| author | TDB Release <tdb-release@build.bot> | 2019-09-15 09:23:26 +0000 |
|---|---|---|
| committer | TDB Release <tdb-release@build.bot> | 2019-09-15 09:23:26 +0000 |
| commit | 9f66158ae552ea8195e870703f55f0a4483745d0 (patch) | |
| tree | a446648be78a36ce3ae7adbad7b60bb98628a2ed /sql/base/dev | |
| parent | 9f7cc32c6ecd83acce1e8817a9ad3f060121831d (diff) | |
TDB 335.19091 - 2019/09/15TDB335.19091
Diffstat (limited to 'sql/base/dev')
| -rw-r--r-- | sql/base/dev/world_database.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql index 82243763ca4..33ad1402358 100644 --- a/sql/base/dev/world_database.sql +++ b/sql/base/dev/world_database.sql @@ -3443,6 +3443,7 @@ CREATE TABLE `spell_proc` ( `SpellPhaseMask` int(10) unsigned NOT NULL DEFAULT '0', `HitMask` int(10) unsigned NOT NULL DEFAULT '0', `AttributesMask` int(10) unsigned NOT NULL DEFAULT '0', + `DisableEffectsMask` int(10) unsigned NOT NULL DEFAULT '0', `ProcsPerMinute` float NOT NULL DEFAULT '0', `Chance` float NOT NULL DEFAULT '0', `Cooldown` int(10) unsigned NOT NULL DEFAULT '0', @@ -3842,4 +3843,4 @@ CREATE TABLE `waypoints` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2019-08-16 6:25:11 +-- Dump completed on 2019-09-15 9:21:37 |
