[10312] Allow store in DB same spell auras from different casters.

This fix errors at auras save to DB for like cases.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
zergtmn 2010-08-03 04:03:42 +04:00 committed by VladimirMangos
parent a48fdd8620
commit 131fb72006
6 changed files with 17 additions and 5 deletions

View file

@ -64,6 +64,8 @@ pkgdata_DATA = \
10307_01_mangos_instance_template.sql \
10307_02_mangos_scripted_areatrigger.sql \
10307_03_mangos_scripted_event_id.sql \
10312_01_characters_character_aura.sql \
10312_02_characters_pet_aura.sql \
README
## Additional files to include when running 'make dist'
@ -108,4 +110,6 @@ EXTRA_DIST = \
10307_01_mangos_instance_template.sql \
10307_02_mangos_scripted_areatrigger.sql \
10307_03_mangos_scripted_event_id.sql \
10312_01_characters_character_aura.sql \
10312_02_characters_pet_aura.sql \
README