Exemplo n.º 1
0
		void SetData64(uint32 type, uint64 data) {
			// Archaedas
			if (type == 0) {
				ActivateArchaedas(data);
				SetDoor(uiArchaedasTempleDoor, false); //close when event is started
			}
		}
Exemplo n.º 2
0
 void SetData64 (uint32 type, uint64 data)
 {
     // Archaedas
     if (type == 0)
     {
         ActivateArchaedas (data);
     }
 }
 void SetGuidData(uint32 type, ObjectGuid data) override
 {
     // Archaedas
     if (type == 0)
     {
         ActivateArchaedas (data);
         SetDoor(archaedasTempleDoor, false); //close when event is started
     }
 }