diff options
| author | Shauren <shauren.trinity@gmail.com> | 2014-09-12 20:27:46 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2014-09-12 20:27:46 +0200 |
| commit | de4aea093bdb7bba5a3c2aad98a52dfa7d5071e2 (patch) | |
| tree | 1cdcd255f1d2c1fbd05b5ea463d097b1ae353a30 /sql | |
| parent | 7f2cdfd166d99efdd308f0b4d195a6b972092dd9 (diff) | |
| parent | b3f7210f4d475d0d5fb208c207a738877f878a0a (diff) | |
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4
Conflicts:
src/server/game/Server/WorldSocket.h
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_09_12_03_world_gameobject_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_12_03_world_gameobject_template.sql b/sql/updates/world/2014_09_12_03_world_gameobject_template.sql new file mode 100644 index 00000000000..3771dd7c7dc --- /dev/null +++ b/sql/updates/world/2014_09_12_03_world_gameobject_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject_template` SET `flags`=4 WHERE `entry`=201937; -- Light's Vengeance +UPDATE `gameobject_template` SET `flags`=32 WHERE `entry`=201759; -- The Forge of Souls Portcullis |
