diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-10 17:41:12 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-10 17:42:12 +0200 |
| commit | 8acefbff8c2b16d6c4316f931616e7c7efd49537 (patch) | |
| tree | 37cabbea111df5dd3b61370484eec32b1f8e7846 /src/server/scripts/Events | |
| parent | 488128bada02784a2eeca392d0ad7d3e6ebfd255 (diff) | |
Scripted: Use now override for instance scripts
Diffstat (limited to 'src/server/scripts/Events')
| -rw-r--r-- | src/server/scripts/Events/childrens_week.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Events/childrens_week.cpp b/src/server/scripts/Events/childrens_week.cpp index 655fa65f2f2..5d4b0797081 100644 --- a/src/server/scripts/Events/childrens_week.cpp +++ b/src/server/scripts/Events/childrens_week.cpp @@ -721,7 +721,7 @@ class npc_alexstraza_the_lifebinder : public CreatureScript orphanGUID = 0; } - void SetData(uint32 type, uint32 data) + void SetData(uint32 type, uint32 data) OVERRIDE { // Existing SmartAI if (type == 0) |
